docs(rpc): finalize getfullvk

This commit is contained in:
Rene Vergara 2025-01-14 10:53:28 -06:00
parent eda70396ba
commit 876fe3a5d3
Signed by: pitmutt
SSH key fingerprint: SHA256:vNa8FIqbBZjV9hOCkXyOzd7gqWCMCfkcfiPH2zaGfQ0

View file

@ -796,10 +796,7 @@
"name": "getfullvk",
"summary": "Derive the full viewing key for the given account.",
"description": "Derive the full viewing key for the given account, encoded per ZIP-316.",
"tags": [
{ "$ref": "#/components/tags/draft"},
{ "$ref": "#/components/tags/wip"}
],
"tags": [],
"params": [
{ "$ref": "#/components/contentDescriptors/AccountId"}
],