forked from LBRYCommunity/lbry-sdk
mkdocs
This commit is contained in:
parent
f08079dc9b
commit
8a6a00f49e
1 changed files with 5 additions and 0 deletions
|
@ -691,6 +691,11 @@ Returns:
|
||||||
```text
|
```text
|
||||||
Return the balance of the wallet
|
Return the balance of the wallet
|
||||||
|
|
||||||
|
Args:
|
||||||
|
'address' (optional): If address is provided only that balance will be given
|
||||||
|
'include_unconfirmed' (optional): If set unconfirmed balance will be included in
|
||||||
|
the only takes effect when address is also provided.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
(float) amount of lbry credits in wallet
|
(float) amount of lbry credits in wallet
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue