diff --git a/docs/build/rpc-api/daemon-rpc-api/getinfo.md b/docs/build/rpc-api/daemon-rpc-api/getinfo.md index 5239b69..6eb8735 100644 --- a/docs/build/rpc-api/daemon-rpc-api/getinfo.md +++ b/docs/build/rpc-api/daemon-rpc-api/getinfo.md @@ -55,6 +55,7 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` "offers_count": 0, "outgoing_connections_count": 0, "outs_stat": { + "amount_0": 0, "amount_0_001": 0, "amount_0_01": 0, "amount_0_1": 0, diff --git a/docs/build/rpc-api/wallet-rpc-api/get_seed_phrase_info.md b/docs/build/rpc-api/wallet-rpc-api/get_seed_phrase_info.md index f53626b..c507c8c 100644 --- a/docs/build/rpc-api/wallet-rpc-api/get_seed_phrase_info.md +++ b/docs/build/rpc-api/wallet-rpc-api/get_seed_phrase_info.md @@ -25,6 +25,7 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` "id": 0, "jsonrpc": "2.0", "result": { + "address": "ZxDNaMeZjwCjnHuU5gUNyrP1pM3U5vckbakzzV6dEHyDYeCpW8XGLBFTshcaY8LkG9RQn7FsQx8w2JeJzJwPwuDm2NfixPAXf", "hash_sum_matched": true, "require_password": true, "syntax_correct": true, @@ -34,6 +35,7 @@ URL: ```http:://127.0.0.1:11211/json_rpc``` ``` ### Response description: ``` + "address": Return address of the seed phrase. "hash_sum_matched": Indicates whether the hash sum matches. "require_password": Indicates whether a password is required. "syntax_correct": Indicates whether the syntax is correct.