Add getoperationstatus
to OpenRPC spec
This commit is contained in:
parent
2cfaf5959d
commit
9cbeb5fbb0
1 changed files with 11 additions and 3 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue