forked from LBRYCommunity/lbry-sdk
run gen_api_docs.py script
This commit is contained in:
parent
b15fba9c34
commit
26f40b62f9
1 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue