Skip to main content

Interface: ScriptUtxo_InNode

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/ChronikClientNode.ts:1277


isCoinbase

isCoinbase: boolean

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

Defined in

src/ChronikClientNode.ts:1280


isFinal

isFinal: boolean

Is this utxo avalanche finalized

Defined in

src/ChronikClientNode.ts:1284


outpoint

outpoint: OutPoint

Outpoint of the UTXO.

Defined in

src/ChronikClientNode.ts:1275


token

Optional token: Token_InNode

Token value attached to this utxo

Defined in

src/ChronikClientNode.ts:1286


value

value: number

Value of the UTXO in satoshis.

Defined in

src/ChronikClientNode.ts:1282