Implements
Implements
UTXOLike
Constructors
new UTXO()
Returns
UTXO
Source
transaction/utxo.ts:271Accessors
address
Throws
If the address is invalid.Parameters
Returns
string
The address.
Source
transaction/utxo.ts:217denomination
Throws
If the denomination value is invalid.Parameters
Returns
null | number
The denomination.
Source
transaction/utxo.ts:237index
Parameters
Returns
null | number
The index.
Source
transaction/utxo.ts:199txhash
Parameters
Returns
null | string
The transaction hash.
Source
transaction/utxo.ts:181Methods
toJSON()
Returns
any
A JSON representation of the UTXO instance.
Source
transaction/utxo.ts:284from()
Parameters
Returns
UTXO
The UTXO instance.
