Start work on getbalance

This commit is contained in:
Rene Vergara 2024-08-15 11:46:05 -05:00
parent a3df217992
commit e1dfb66fae
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -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",