From 26f40b62f918e23e5bf34f409ed10ea0dca5a5a8 Mon Sep 17 00:00:00 2001 From: Kay Kurokawa Date: Mon, 27 Mar 2017 12:51:19 -0400 Subject: [PATCH] run gen_api_docs.py script --- docs/index.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index aecdd6c86..e4dd46502 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 +``` +