Skip to main content

Interface: TokenInfo

Info about a token

Properties

block

Optional block: BlockMetadata_InNode

Block of the GENESIS tx, if it's mined already

Defined in

src/ChronikClientNode.ts:1435


genesisInfo

genesisInfo: GenesisInfo

Info found in the token's GENESIS tx

Defined in

src/ChronikClientNode.ts:1433


timeFirstSeen

timeFirstSeen: string

Time the GENESIS tx has first been seen by the indexer

Defined in

src/ChronikClientNode.ts:1437


tokenId

tokenId: string

Hex token_id (in big-endian, like usually displayed to users) of the token. This is not bytes because SLP and ALP use different endiannnes, so to avoid this we use hex, which conventionally implies big-endian in a bitcoin context.

Defined in

src/ChronikClientNode.ts:1429


tokenType

tokenType: TokenType

Token type of the token

Defined in

src/ChronikClientNode.ts:1431