Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions | Variables
dump.cpp File Reference
#include <wallet/dump.h>
#include <common/args.h>
#include <util/fs.h>
#include <util/translation.h>
#include <wallet/wallet.h>
#include <wallet/walletdb.h>
#include <algorithm>
#include <fstream>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for dump.cpp:

Go to the source code of this file.

Namespaces

 wallet
 

Functions

bool wallet::DumpWallet (const ArgsManager &args, WalletDatabase &db, bilingual_str &error)
 
static void wallet::WalletToolReleaseWallet (CWallet *wallet)
 
bool wallet::CreateFromDump (const ArgsManager &args, const std::string &name, const fs::path &wallet_path, bilingual_str &error, std::vector< bilingual_str > &warnings)
 

Variables

static const std::string wallet::DUMP_MAGIC = "BITCOIN_CORE_WALLET_DUMP"
 
uint32_t wallet::DUMP_VERSION = 1