Skip to content

T extends NumberType

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:726

Extends

Type Parameters

T

T extends NumberType

Properties

_docId

_docId: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:13

A unique stringified document ID

Inherited from

Doc._docId


_id?

optional _id?: string

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/base.ts:16

A unique document ID (Mongo DB ObjectID)

Inherited from

Doc._id


block

block: iLatestBlockStatus<T>

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:728

The latest synced block status (i.e. height, txIndex, timestamp)


gasPrice

gasPrice: number

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:732

The current gas price based on the average of recent transactions


lastXTxs?

optional lastXTxs?: iTransactionEntry<T>[]

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:734

The last X transactions with timestamps for dynamic reset functionality


nextCollectionId

nextCollectionId: T

Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:730

The next collection ID to be used

Edit this page on GitHub