mvcapi 3.0.11

The Client Implementation for MVCApi.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# XpubAddress

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**xpub** | Option<**String**> | xpub in the query | [optional]
**address** | Option<**String**> | Address in the query | [optional]
**address_type** | Option<**i32**> | Address type, 0 for receive address, 1 for change address. path is {{addressType}}/{{addressIndex}} | [optional]
**address_index** | Option<**i32**> | Address index. Address path in the xpub is {{addressType}}/{{addressIndex}} | [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)