Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 806 Bytes

AddressTx.md

File metadata and controls

17 lines (12 loc) · 806 Bytes

AddressTx

Properties

Name Type Description Notes
flag Option<String> Paging flag [optional]
address Option<String> The address of the record [optional]
time Option<i64> timestamp of the tx [optional]
height Option<i64> Block Height of the tx, -1 if not confirmed [optional]
income Option<i64> total income of the address from this tx [optional]
outcome Option<i64> total outcome of the address from this tx [optional]
txid Option<String> txid of this record [optional]

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