Dumps the records of a wallet database to a human-readable file.
Declared in <wallet/dump.h>
bool
DumpWallet(
ArgsManager const& args,
WalletDatabase& db,
bilingual_str& error);
true if the wallet was dumped successfully.
| Name | Description |
|---|---|
| args | The parsed arguments specifying the dump file and options. |
| db | The wallet database to read records from. |
| error | Receives an error message on failure. |