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
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
initialTokenQuantity
• initialTokenQuantity: string
How many tokens have been mined in the GENESIS transaction.
Defined in
network
• network: Network
Which network this token is on.
Defined in
slpTxData
• slpTxData: SlpTokenTxData
SLP data of the GENESIS transaction.
Defined in
timeFirstSeen
• timeFirstSeen: string
UNIX timestamp when the GENESIS transaction has first been seen in the mempool. 0 if unknown.
Defined in
tokenStats
• tokenStats: TokenStats
Current stats about this token, e.g. minted and burned amount.