Interface Utxo

Hierarchy

  • Utxo

Properties

address: string

The address

addressType: AddressType

The type of address

amountSat: string | number

The value of the unspent coin in satoshis

confirmations: string | number

The number of confirmations for the Utxo

outpoint: undefined | OutPoint

The outpoint in format txid:n

pkScript: string

The pkscript in hex

Generated using TypeDoc