docs(rpc): finalize getincomingvk

This commit is contained in:
Rene Vergara 2025-01-14 12:37:29 -06:00
parent 9e62a54e59
commit 620fca5827
Signed by: pitmutt
SSH key fingerprint: SHA256:vNa8FIqbBZjV9hOCkXyOzd7gqWCMCfkcfiPH2zaGfQ0

View file

@ -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"
}