Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.03 KB

TxUtxo.md

File metadata and controls

23 lines (18 loc) · 1.03 KB

TxUtxo

Properties

Name Type Description Notes
currency str crypto currency code
tx_hash str Transaction hash
coinbase bool Coinbase transaction flag
height Height
no_inputs int number of input addresses
no_outputs int number of output addresses
timestamp int Timestamp
total_input Values
total_output Values
tx_type str defaults to "utxo"
inputs TxValues [optional]
outputs TxValues [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]