Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Utxo

Index

Constructors

constructor

  • new Utxo(txid: string, outputIndex: number, address: string, script: string, satoshis: number): Utxo
  • Parameters

    • txid: string
    • outputIndex: number
    • address: string
    • script: string
    • satoshis: number

    Returns Utxo

Properties

address

address: string

Address

outputIndex

outputIndex: number

Txout index number of the utxo

satoshis

satoshis: number

Satoshis

script

script: string

ScriptPubKey

txid

txid: string

Txid of the utxo

Generated using TypeDoc