From 05489a5cee2b89114fe581974269b432cd4f46fc Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 25 Oct 2017 18:58:20 -0400 Subject: [PATCH] docs --- docs/cli.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index c0f84a0a4..6f0111753 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1045,6 +1045,20 @@ Returns: (str) New wallet address in base58 ``` +## wallet_prefill_addresses + +```text +Create new addresses, each containing `amount` credits + +Usage: + wallet_prefill_addresses [--no_broadcast] + ( | --num_addresses=) + ( | --amount=) + +Returns: + (dict) the resulting transaction +``` + ## wallet_public_key ```text