mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-14 12:26:34 +02:00
Merge !1137
improve params description in wallet_rpc doc for get_transfers See merge request monero-project/monero-site!1137
This commit is contained in:
commit
39707c745e
@ -1,4 +1,4 @@
|
||||
{% assign version = '2.2.0' | split: '.' %}
|
||||
{% assign version = '2.3.0' | split: '.' %}
|
||||
{% include disclaimer.html translated="true" version=page.version %}
|
||||
## Introduction
|
||||
|
||||
@ -1729,14 +1729,14 @@ Alias: *None*.
|
||||
|
||||
Inputs:
|
||||
|
||||
* *in* - boolean; (Optional) Include incoming transfers.
|
||||
* *out* - boolean; (Optional) Include outgoing transfers.
|
||||
* *pending* - boolean; (Optional) Include pending transfers.
|
||||
* *failed* - boolean; (Optional) Include failed transfers.
|
||||
* *pool* - boolean; (Optional) Include transfers from the daemon's transaction pool.
|
||||
* *in* - boolean; (defaults to false) Include incoming transfers.
|
||||
* *out* - boolean; (defaults to false) Include outgoing transfers.
|
||||
* *pending* - boolean; (defaults to false) Include pending transfers.
|
||||
* *failed* - boolean; (defaults to false) Include failed transfers.
|
||||
* *pool* - boolean; (defaults to false) Include transfers from the daemon's transaction pool.
|
||||
* *filter_by_height* - boolean; (Optional) Filter transfers by block height.
|
||||
* *min_height* - unsigned int; (Optional) Minimum block height to scan for transfers, if filtering by height is enabled.
|
||||
* *max_height* - unsigned int; (Opional) Maximum block height to scan for transfers, if filtering by height is enabled (defaults to max block height).
|
||||
* *max_height* - unsigned int; (Optional) Maximum block height to scan for transfers, if filtering by height is enabled (defaults to max block height).
|
||||
* *account_index* - unsigned int; (Optional) Index of the account to query for transfers. (defaults to 0)
|
||||
* *subaddr_indices* - array of unsigned int; (Optional) List of subaddress indices to query for transfers. (Defaults to empty - all indices)
|
||||
|
||||
@ -2731,4 +2731,4 @@ $ curl -X POST http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
|
||||
"version": 65539
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user