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

    Interface iGetStatusSuccessResponse<T>

    interface iGetStatusSuccessResponse<T extends NumberType> {
        outOfSync?: boolean;
        prices?: Record<string, number>;
        status: iStatusDoc<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    outOfSync?: boolean

    If true, we are out of sync with the blockchain. If undefined, we did not check for out of sync.

    prices?: Record<string, number>

    Prices for the assets

    status: iStatusDoc<T>

    Status details about the indexer / blockchain.