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