Dumps the records of a wallet database to a human‐readable file.

Synopsis

Declared in <wallet/dump.h>

bool
DumpWallet(
    ArgsManager const& args,
    WalletDatabase& db,
    bilingual_str& error);

Return Value

true if the wallet was dumped successfully.

Parameters

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.

Created with MrDocs