Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.01 KB

TransactionHistoryItem.md

File metadata and controls

19 lines (15 loc) · 1.01 KB

TransactionHistoryItem

Properties

Name Type Description Notes
inputs list[InOutput] [optional]
outputs list[InOutput] [optional]
blockheight float The blockheight of transaction [optional]
timestamp str The timestamp of transaction, undefined if unconfirmed [optional]
hash str The hash of the transaction [optional]
size float The size of the transaction [optional]
fee float Transaction fee [optional]
balance float A running balance, in units [optional]
value_change float Change of value in the transaction, in units [optional]
token_amount_changes list[TokenAmountChange] [optional]

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