Skip to main content

Interface: Token

Data and stats about an SLP token.

Properties

block

block: undefined | BlockMetadata

Block the GENESIS transaction has been mined in, or undefined if not mined yet.

Defined in

src/ChronikClient.ts:766


containsBaton

containsBaton: boolean

Whether the GENESIS transaction created a mint baton. Note: This doesn't indicate whether the mint baton is still alive.

Defined in

src/ChronikClient.ts:778


initialTokenQuantity

initialTokenQuantity: string

How many tokens have been mined in the GENESIS transaction.

Defined in

src/ChronikClient.ts:773


network

network: Network

Which network this token is on.

Defined in

src/ChronikClient.ts:780


slpTxData

slpTxData: SlpTokenTxData

SLP data of the GENESIS transaction.

Defined in

src/ChronikClient.ts:762


timeFirstSeen

timeFirstSeen: string

UNIX timestamp when the GENESIS transaction has first been seen in the mempool. 0 if unknown.

Defined in

src/ChronikClient.ts:771


tokenStats

tokenStats: TokenStats

Current stats about this token, e.g. minted and burned amount.

Defined in

src/ChronikClient.ts:764