docs(rpc): add params and result to shieldnotes
This commit is contained in:
parent
9e3eeee78e
commit
e91fe22473
1 changed files with 12 additions and 2 deletions
|
@ -675,18 +675,28 @@
|
||||||
"summary": "Shield all transparent notes into the Orchard pool for the given account",
|
"summary": "Shield all transparent notes into the Orchard pool for the given account",
|
||||||
"description": "Creates one or more transactions, grouping all the unspent transparent notes for the given account by their transparent address to avoid associating different transparent addresses. These notes are sent to the given account's internal change address as shielded Orchard notes.",
|
"description": "Creates one or more transactions, grouping all the unspent transparent notes for the given account by their transparent address to avoid associating different transparent addresses. These notes are sent to the given account's internal change address as shielded Orchard notes.",
|
||||||
"tags": [{ "$ref": "#/components/tags/draft"}, { "$ref": "#/components/tags/wip"}],
|
"tags": [{ "$ref": "#/components/tags/draft"}, { "$ref": "#/components/tags/wip"}],
|
||||||
"params": [],
|
"params": [
|
||||||
|
{ "$ref": "#/components/contentDescriptors/AccountId"}
|
||||||
|
],
|
||||||
"paramStructure": "by-position",
|
"paramStructure": "by-position",
|
||||||
"result": {
|
"result": {
|
||||||
|
"name": "Operation ID(s)",
|
||||||
|
"schema": {
|
||||||
|
"type": "array",
|
||||||
|
"items": { "$ref": "#/components/contentDescriptors/OperationId"}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"errors": [
|
"errors": [
|
||||||
|
{ "$ref": "#/components/errors/ZebraNotAvailable" },
|
||||||
|
{ "$ref": "#/components/errors/ZenithBusy" },
|
||||||
|
{ "$ref": "#/components/errors/InvalidAccount" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "deshieldfunds",
|
"name": "deshieldfunds",
|
||||||
"summary": "De-shield the given amount of ZEC from the given account",
|
"summary": "De-shield the given amount of ZEC from the given account",
|
||||||
"description": "",
|
"description": "",
|
||||||
"tags": [],
|
"tags": [{ "$ref": "#/components/tags/draft"}],
|
||||||
"params": [],
|
"params": [],
|
||||||
"paramStructure": "by-position",
|
"paramStructure": "by-position",
|
||||||
"result": {
|
"result": {
|
||||||
|
|
Loading…
Reference in a new issue