Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1 KB

OutputInfoDetail.md

File metadata and controls

19 lines (15 loc) · 1 KB

OutputInfoDetail

spent status and value info of the output with detailed output script.

Properties

Name Type Description Notes
txid str txid that this output is in. [optional]
index int index of this output in the tx. [optional]
script str output scrypt in hex format [optional]
address str parsed address of this output, empty for non standard. [optional]
value int value of this output [optional]
spent bool this output is spent or not, true if spent [optional]
spent_txid str txid that spent this output [optional]
spent_index int vin index of the spent tx [optional]
spent_height int height of the spent tx(-1 if unconfirmed, 0 if unspent) [optional]

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