This commit is contained in:
Alex Grintsvayg 2017-04-25 08:58:56 -04:00
parent f08079dc9b
commit 8a6a00f49e

View file

@ -691,6 +691,11 @@ Returns:
```text
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:
(float) amount of lbry credits in wallet
```