Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
xiphon
monero-site
Commits
c07b18ad
Commit
c07b18ad
authored
Oct 12, 2019
by
binaryFate
Browse files
improve params description in wallet_rpc doc for get_transfers
parent
56cf1e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
_i18n/en/resources/developer-guides/wallet-rpc.md
View file @
c07b18ad
{% 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; (Op
t
ional) 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
}
}
```
\ No newline at end of file
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment