Interface: iGetStatusSuccessResponse<T>
T extends NumberType
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:193
Type Parameters
T
T extends NumberType
Properties
outOfSync?
optionaloutOfSync?:boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:203
If true, we are out of sync with the blockchain. If undefined, we did not check for out of sync.
prices?
optionalprices?:Record<string,number>
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:208
Prices for the assets
status
status:
iStatusDoc<T>
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:197
Status details about the indexer / blockchain.