mvcapi 3.0.11

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**xpub** | Option<**String**> | The xpub to register. | [optional]
**skip_height** | Option<**i64**> | Skip transactions before this height. Default is 0. Ignore this while deleting xpub. | [optional]
**init_receive_index** | Option<**i32**> | Set the init maxReceiveIndex to {initReceiveIndex}(less than 5000) before the initial crawl , default is 200. This could increase cost. | [optional]
**init_change_index** | Option<**i32**> | Set the init maxChangeIndex(less than 5000) before the initial crawl , default is 200. This could increase cost. | [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)