From 4c7162ebf210469c5d912042b8dadfba3c35247a Mon Sep 17 00:00:00 2001 From: woodser Date: Sun, 7 Mar 2021 20:54:28 -0500 Subject: [PATCH] Document `all` param of export_outputs and export_key_images rpc calls --- resources/developer-guides/wallet-rpc.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/resources/developer-guides/wallet-rpc.md b/resources/developer-guides/wallet-rpc.md index 1051ceb0..9ff2862e 100644 --- a/resources/developer-guides/wallet-rpc.md +++ b/resources/developer-guides/wallet-rpc.md @@ -2068,11 +2068,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: @@ -2126,7 +2128,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: