Result of migrating a legacy wallet to descriptor wallets.
Synopsis
Declared in <wallet/wallet.h>
struct MigrationResult;
Data Members
Name |
Description |
Path to the backup created before migration. |
|
The solvables wallet split off, if any. |
|
Name of the solvables wallet split off, if any. |
|
The migrated wallet. |
|
Name of the migrated wallet. |
|
The watch‐only wallet split off, if any. |
|
Name of the watch‐only wallet split off, if any. |
Non-Member Functions
Name |
Description |
Do all steps to migrate a legacy wallet to a descriptor wallet |
|
Requirement: The wallet provided to this function must be isolated, with no attachment to the node's context. |
Created with MrDocs