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