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",
|
||||
"summary": "Get the incoming viewing key for the given account.",
|
||||
"description": "Derives the incoming viewing key for the given account per ZIP-316.",
|
||||
"tags": [
|
||||
{ "$ref": "#/components/tags/draft"}
|
||||
],
|
||||
"tags": [],
|
||||
"params": [
|
||||
{ "$ref": "#/components/contentDescriptors/AccountId"}
|
||||
],
|
||||
"paramStructure": "by-position",
|
||||
"result": {
|
||||
"name": "Full viewing key",
|
||||
"name": "Incoming viewing key",
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ViewingKey"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue