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] |