Adds the ScriptPubKeyMans from MigrationData to this wallet, removes the LegacyDataSPKM, and moves transaction and address book entries to watchonly_wallet or solvable_wallet as needed.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720f1dc8), requires_capability(0x7ff365f21dc8), requires_capability(0x7ff35de60778), requires_capability(0x7ff35efe5258), requires_capability(0x7ff366fd1838)]]
util::Result<void>
ApplyMigrationData(
    WalletBatch& local_wallet_batch,
    MigrationData& data);

Return Value

Success, or an error if the migration data could not be applied.

Parameters

Name

Description

local_wallet_batch

The database batch of this wallet to write through.

data

The migration data to apply.

Created with MrDocs