RPC: Viewing Keys #113

Manually merged
pitmutt merged 173 commits from rav001 into milestone4 2025-01-14 19:53:29 +00:00
Showing only changes of commit 620fca5827 - Show all commits

View file

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