Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Utxo

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

Hierarchy

  • Utxo

Index

Properties

blockHeight: number

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

isCoinbase: boolean

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

network: Network

Which network this UTXO is on.

outpoint: OutPoint

Outpoint of the UTXO.

slpMeta: undefined | SlpMeta

SLP data in this UTXO.

slpToken: undefined | SlpToken

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

value: Long

Value of the UTXO in satoshis.

Generated using TypeDoc