Get all of the descriptors from a legacy wallet

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720f1d08), requires_capability(0x7ff365f21d08), requires_capability(0x7ff35de606b8), requires_capability(0x7ff35efe5198), requires_capability(0x7ff366fd1778)]]
std::optional<MigrationData>
GetDescriptorsForLegacy(bilingual_str& error) const;

Return Value

The migration data, or nullopt on failure.

Parameters

Name

Description

error

Set to an error message on failure.

Created with MrDocs