Get all of the descriptors from a legacy wallet
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bff6b8), requires_capability(0x7fbc81b79078), requires_capability(0x7fbc7e016ef8), requires_capability(0x7fbc7e2463a8), requires_capability(0x7fbc8e716fe8)]]
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