run gen_api_docs.py script

This commit is contained in:
Kay Kurokawa 2017-03-27 12:51:19 -04:00
parent b15fba9c34
commit 26f40b62f9

View file

@ -293,10 +293,10 @@ Returns:
]
```
## file_seed
## file_set_status
```text
Start or stop seeding a file
Start or stop downloading a file
Args:
'status': (str) "start" or "stop"
@ -636,3 +636,15 @@ Returns:
Could contain more than one public key if multisig.
```
## wallet_unused_address
```text
Return an address containing no balance, will create
a new address if there is none.
Args:
None
Returns:
(str) Unused wallet address in base58
```