Skip to content

T extends NumberType

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:193

Type Parameters

T

T extends NumberType

Properties

outOfSync?

optional outOfSync?: 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?

optional prices?: 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.

Edit this page on GitHub