bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGetStatusPayload

    interface iGetStatusPayload {
        chain?: "Thorchain" | "BitBadges";
        withOutOfSyncCheck?: boolean;
    }

    Implemented by

    Index

    Properties

    chain?: "Thorchain" | "BitBadges"

    Chain to check? Defaults to BitBadges poller.

    withOutOfSyncCheck?: boolean

    If true, we will check if the indexer is out of sync with the blockchain.