Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

BtcUTXO

Hierarchy

  • BtcUTXO

Index

Properties

address

address: string

Address of the owner of the UTXO.

memberof

BtcUTXO

coinbase

coinbase: boolean

Coinbase transaction - miner fee.

memberof

BtcUTXO

hash

hash: string

Transaction hash.

memberof

BtcUTXO

height

height: number
memberof

BtcUTXO

index

index: number

Transaction index of the output.

memberof

BtcUTXO

script

script: string

Data generated by a spender which is almost always used as variables to satisfy a pubkey script.

memberof

BtcUTXO

value

value: number

Amount of UTXO in satoshis.

memberof

BtcUTXO

version

version: number

Version of the UTXO.

memberof

BtcUTXO

Generated using TypeDoc