Bitcoin Core 28.99.0
P2P Digital Currency
|
#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>
Go to the source code of this file.
Namespaces | |
namespace | 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 |