diff --git a/docs/index.md b/docs/index.md index 829a01d3a..6a8fa5c9d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 ```