Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 764 Bytes

UTXO.md

File metadata and controls

16 lines (12 loc) · 764 Bytes

CoboWaas2.UTXO

Properties

Name Type Description Notes
tx_hash String The transaction hash of the UTXO. [optional]
vout_n Number The output index of the UTXO. [optional]
address String The address of the UTXO. [optional]
token_id String The token ID, which is the unique identifier of a token. [optional]
value String The value of the UTXO. [optional]
is_coinbase Boolean Whether the UTXO comes from a coinbase transaction. [optional]
is_locked Boolean Whether the UTXO is locked. [optional]
confirmed_number Number The number of confirmations for the UTXO. [optional]