Skip to content

T extends NumberType

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

Type Parameters

T

T extends NumberType

Properties

block

block: T

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

The block number of the on-chain transaction that updated this.


blockTimestamp

blockTimestamp: T

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

The timestamp of the block of the on-chain transaction that updated this.


timestamp

timestamp: T

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

The indexer's timestamp of the update. This is provided in some cases because the time of indexing may be inconsistent with the time of the block.


txHash

txHash: string

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

The transaction hash of the on-chain transaction that updated this.

Edit this page on GitHub