From 620fca58276ad8b20ce50dd3433f0aebb9fd35ce Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Tue, 14 Jan 2025 12:37:29 -0600 Subject: [PATCH] docs(rpc): finalize `getincomingvk` --- zenith-openrpc.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zenith-openrpc.json b/zenith-openrpc.json index cd98ab8..8edcee1 100644 --- a/zenith-openrpc.json +++ b/zenith-openrpc.json @@ -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" }