5#ifndef BITCOIN_WALLET_DUMP_H
6#define BITCOIN_WALLET_DUMP_H
20bool CreateFromDump(
const ArgsManager&
args,
const std::string&
name,
const fs::path& wallet_path, bilingual_str& error, std::vector<bilingual_str>& warnings);
An instance of this class represents one database.
bool CreateFromDump(const ArgsManager &args, const std::string &name, const fs::path &wallet_path, bilingual_str &error, std::vector< bilingual_str > &warnings)
bool DumpWallet(const ArgsManager &args, WalletDatabase &db, bilingual_str &error)