Skip to main content

Interface: SlpGenesisInfo

SLP info about a GENESIS transaction.

Properties

decimals

decimals: number

Number of decimals of the GENESIS transaction.

Defined in

src/ChronikClient.ts:1019


tokenDocumentHash

tokenDocumentHash: string

Document hash of the token, encoded in hex (byte order as occuring in the OP_RETURN).

Defined in

src/ChronikClient.ts:1017


tokenDocumentUrl

tokenDocumentUrl: string

URL of the token, decoded as UTF-8.

Defined in

src/ChronikClient.ts:1012


tokenName

tokenName: string

Name of the token, decoded as UTF-8.

Defined in

src/ChronikClient.ts:1010


tokenTicker

tokenTicker: string

Ticker of the token, decoded as UTF-8.

Defined in

src/ChronikClient.ts:1008