forked from LBRYCommunity/lbry-sdk
docs
This commit is contained in:
parent
203f2f8988
commit
05489a5cee
1 changed files with 14 additions and 0 deletions
14
docs/cli.md
14
docs/cli.md
|
@ -1045,6 +1045,20 @@ Returns:
|
||||||
(str) New wallet address in base58
|
(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
|
## wallet_public_key
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
|
Loading…
Reference in a new issue