Milestone 3: RPC server, ZIP-320 #104
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@
|
||||||
"name": "getbalance",
|
"name": "getbalance",
|
||||||
"summary": "Get the balance of the given account",
|
"summary": "Get the balance of the given account",
|
||||||
"description": "Get the balance of the given account, including any unconfirmed balance.",
|
"description": "Get the balance of the given account, including any unconfirmed balance.",
|
||||||
"tags": [{"$ref": "#/components/tags/draft"}],
|
"tags": [{"$ref": "#/components/tags/draft"},{"$ref": "#/components/tags/wip"}],
|
||||||
"params": [],
|
"params": [],
|
||||||
"result": {
|
"result": {
|
||||||
"name": "Balance",
|
"name": "Balance",
|
||||||
|
|
Loading…
Reference in a new issue