RPC Server #103

Merged
pitmutt merged 129 commits from rav001 into milestone3 2024-11-21 15:30:22 +00:00
Showing only changes of commit 9cbeb5fbb0 - Show all commits

View file

@ -98,7 +98,7 @@
]
},
{
"name": "createwallet",
"name": "getnewwallet",
"summary": "Create a new wallet",
"description": "Create a new wallet for Zenith.",
"tags": [{"$ref": "#/components/tags/draft"}],
@ -157,7 +157,7 @@
]
},
{
"name": "createaccount",
"name": "getnewaccount",
"summary": "Create a new account",
"description": "Create a new account in the given wallet.",
"tags": [{"$ref": "#/components/tags/draft"}],
@ -221,7 +221,7 @@
]
},
{
"name": "addaddress",
"name": "getnewaddress",
"summary": "Add a new address",
"description": "Derive a new address in the given account.",
"tags": [{"$ref": "#/components/tags/draft"}],
@ -251,6 +251,14 @@
"tags": [{"$ref": "#/components/tags/draft"}],
"params": [],
"result": {}
},
{
"name": "getoperationstatus",
"summary": "Get the status of a Zenith operation",
"description": "Get the status of the given operation",
"tags": [{"$ref": "#/components/tags/draft"}],
"params": [],
"result": {}
}
],
"components": {