# AddressTx
## Properties
**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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)