This commit is contained in:
Jack Robison 2017-10-25 18:58:20 -04:00
parent 203f2f8988
commit 05489a5cee
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -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> | --num_addresses=<num_addresses>)
(<amount> | --amount=<amount>)
Returns:
(dict) the resulting transaction
```
## wallet_public_key
```text