Skip to main content

Interface: SlpMeta

Metadata about an SLP tx or UTXO.

Properties

groupTokenId

groupTokenId: undefined | string

Group token ID of this tx/UTXO, NFT only, in human-readable (big-endian) hex encoding. This is the token ID of the token that went into the GENESIS of this token as first input.

Defined in

src/ChronikClient.ts:895


tokenId

tokenId: string

Token ID of this tx/UTXO, in human-readable (big-endian) hex encoding.

Defined in

src/ChronikClient.ts:888


tokenType

tokenType: SlpTokenType

Whether this token is a normal fungible token, or an NFT or unknown.

Defined in

src/ChronikClient.ts:884


txType

txType: SlpTxType

Whether this tx is a GENESIS, MINT, SEND or UNKNOWN transaction.

Defined in

src/ChronikClient.ts:886