Merge pull request #1505

Document `all` param for export_outputs and export_key_images rpc calls
This commit is contained in:
luigi1111 2021-03-15 17:49:00 -04:00 committed by GitHub
commit 8cbb9ccdc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2067,11 +2067,13 @@ $ curl http://127.0.0.1:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"v
### **export_outputs**
Export all outputs in hex format.
Export outputs in hex format.
Alias: *None*.
Inputs: *None*.
Inputs:
* *all* - boolean (optional); If true, export all outputs. Otherwise, export outputs since the last export. (default = false)
Outputs:
@ -2125,7 +2127,9 @@ Export a signed set of key images.
Alias: *None*.
Inputs: *None*.
Inputs:
* *all* - boolean (optional); If true, export all key images. Otherwise, export key images since the last export. (default = false)
Outputs: