docs(rpc): finalize importvk
This commit is contained in:
parent
9302e286e9
commit
0ac364243b
2 changed files with 8 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -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"},
|
||||
|
|
Loading…
Add table
Reference in a new issue