mvcapi 3.0.11

The Client Implementation for MVCApi.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)