docs(rpc): finalize importvk

This commit is contained in:
Rene Vergara 2025-02-17 09:48:10 -06:00
parent 9302e286e9
commit 0ac364243b
Signed by: pitmutt
SSH key fingerprint: SHA256:vNa8FIqbBZjV9hOCkXyOzd7gqWCMCfkcfiPH2zaGfQ0
2 changed files with 8 additions and 1 deletions

View file

@ -7,9 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- RPC
- `importvk`
### Changed
- Database schema for wallets and accounts
- RPC:
- New field in wallet schema
- New field in account schema
## [0.8.0.0-beta]

View file

@ -874,7 +874,6 @@
"summary": "Import the given Unified Viewing Key",
"description": "Imports the given Unified Viewing Key, autodetecting if it is Full or Incoming. Caution: If the given birthday height is lower than the lowest birthday height in the wallet, this will trigger a full re-scan of the wallet.",
"tags": [
{ "$ref": "#/components/tags/draft"}
],
"params": [
{ "$ref": "#/components/contentDescriptors/Name"},