struct containing information needed for migrating legacy wallets to descriptor wallets
Synopsis
Declared in <wallet/scriptpubkeyman.h>
struct MigrationData;
Data Members
Name |
Description |
The descriptor spkms (with private keys) produced by the migration. |
|
The master key derived from the legacy wallet. |
|
Descriptor strings (with timestamps) for solvable but not owned outputs. |
|
The wallet holding solvable but not owned outputs, if any. |
|
Descriptor strings (with timestamps) for watch‐only outputs. |
|
The wallet holding watch‐only outputs, if any. |
Created with MrDocs