Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UtxoState

State of a UTXO (from validateUtxos).

Hierarchy

  • UtxoState

Index

Properties

height: number

Height of the UTXO. -1 if the tx doesn't exist or is unconfirmed. If it's confirmed (or if the output doesn't exist but the tx does), it's the height of the block confirming the tx.

isConfirmed: boolean

Whether the UTXO or the transaction queried is confirmed.

State of the UTXO, can be unconfirmed, confirmed, tx doesn't exist or output doesn't exist.

Generated using TypeDoc