wallet::CWallet::GetDescriptorsForLegacy

Get all of the descriptors from a legacy wallet

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f2e1e59a8a8), requires_capability(0x7f2e11aab668), requires_capability(0x7f2e16a01458), requires_capability(0x7f2e15f308f8), requires_capability(0x7f2e12c6f588)]]
std::optional<MigrationData>
GetDescriptorsForLegacy(bilingual_str& error) const;

Return Value

The migration data, or nullopt on failure.

Parameters

NameDescription
errorSet to an error message on failure.