Interface: TokenInfo
Info about a token
Properties
block
• Optional
block: BlockMetadata_InNode
Block of the GENESIS tx, if it's mined already
Defined in
genesisInfo
• genesisInfo: GenesisInfo
Info found in the token's GENESIS tx
Defined in
timeFirstSeen
• timeFirstSeen: string
Time the GENESIS tx has first been seen by the indexer
Defined in
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
tokenType
• tokenType: TokenType
Token type of the token