From 8a6a00f49ec66fd7773060fb44a4da18fe8b13be Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Tue, 25 Apr 2017 08:58:56 -0400 Subject: [PATCH] mkdocs --- docs/index.md | 5 +++++ 1 file changed, 5 insertions(+) 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 ```