docs(rpc): finalize getincomingvk
This commit is contained in:
parent
9e62a54e59
commit
620fca5827
1 changed files with 2 additions and 4 deletions
|
@ -833,15 +833,13 @@
|
||||||
"name": "getincomingvk",
|
"name": "getincomingvk",
|
||||||
"summary": "Get the incoming viewing key for the given account.",
|
"summary": "Get the incoming viewing key for the given account.",
|
||||||
"description": "Derives the incoming viewing key for the given account per ZIP-316.",
|
"description": "Derives the incoming viewing key for the given account per ZIP-316.",
|
||||||
"tags": [
|
"tags": [],
|
||||||
{ "$ref": "#/components/tags/draft"}
|
|
||||||
],
|
|
||||||
"params": [
|
"params": [
|
||||||
{ "$ref": "#/components/contentDescriptors/AccountId"}
|
{ "$ref": "#/components/contentDescriptors/AccountId"}
|
||||||
],
|
],
|
||||||
"paramStructure": "by-position",
|
"paramStructure": "by-position",
|
||||||
"result": {
|
"result": {
|
||||||
"name": "Full viewing key",
|
"name": "Incoming viewing key",
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/components/schemas/ViewingKey"
|
"$ref": "#/components/schemas/ViewingKey"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue