Auto generated doc
This commit is contained in:
parent
985c0c7b38
commit
d009116ea7
2 changed files with 3 additions and 0 deletions
1
docs/build/rpc-api/daemon-rpc-api/getinfo.md
vendored
1
docs/build/rpc-api/daemon-rpc-api/getinfo.md
vendored
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue