Skip to main content

Interface: GenesisInfo

Genesis info found in GENESIS txs of tokens

Properties

authPubkey

Optional authPubkey: string

auth_pubkey of the token (only on ALP)

Defined in

src/ChronikClientNode.ts:1455


data

Optional data: Uint8Array

Arbitray payload data of the token (only on ALP)

Defined in

src/ChronikClientNode.ts:1453


decimals

decimals: number

decimals of the token, i.e. how many decimal places the token should be displayed with.

Defined in

src/ChronikClientNode.ts:1457


hash

Optional hash: string

token_document_hash of the token (only on SLP)

Defined in

src/ChronikClientNode.ts:1449


mintVaultScripthash

Optional mintVaultScripthash: string

mint_vault_scripthash (only on SLP V2 Mint Vault)

Defined in

src/ChronikClientNode.ts:1451


tokenName

tokenName: string

token_name of the token

Defined in

src/ChronikClientNode.ts:1445


tokenTicker

tokenTicker: string

token_ticker of the token

Defined in

src/ChronikClientNode.ts:1443


url

url: string

URL of the token

Defined in

src/ChronikClientNode.ts:1447