Skip to main content

Interface: Utxo

An unspent transaction output (aka. UTXO, aka. "Coin") of a script.

Properties

blockHeight

blockHeight: number

Which block this UTXO is in, or -1 if in the mempool.

Defined in

src/ChronikClient.ts:743


isCoinbase

isCoinbase: boolean

Whether this UTXO is a coinbase UTXO (make sure it's buried 100 blocks before spending!)

Defined in

src/ChronikClient.ts:748


network

network: Network

Which network this UTXO is on.

Defined in

src/ChronikClient.ts:756


outpoint

outpoint: OutPoint

Outpoint of the UTXO.

Defined in

src/ChronikClient.ts:741


slpMeta

slpMeta: undefined | SlpMeta

SLP data in this UTXO.

Defined in

src/ChronikClient.ts:752


slpToken

slpToken: undefined | SlpToken

SLP token of this UTXO (i.e. SLP amount + whether it's a mint baton).

Defined in

src/ChronikClient.ts:754


value

value: string

Value of the UTXO in satoshis.

Defined in

src/ChronikClient.ts:750