Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>
#include <wallet/wallettool.h>
#include <common/args.h>
#include <util/fs.h>
#include <util/translation.h>
#include <wallet/dump.h>
#include <wallet/salvage.h>
#include <wallet/wallet.h>
#include <wallet/walletutil.h>
Go to the source code of this file.
Namespaces | |
namespace | wallet |
namespace | wallet::WalletTool |
Functions | |
static void | wallet::WalletTool::WalletToolReleaseWallet (CWallet *wallet) |
static void | wallet::WalletTool::WalletCreate (CWallet *wallet_instance, uint64_t wallet_creation_flags) |
static std::shared_ptr< CWallet > | wallet::WalletTool::MakeWallet (const std::string &name, const fs::path &path, DatabaseOptions options) |
static void | wallet::WalletTool::WalletShowInfo (CWallet *wallet_instance) |
bool | wallet::WalletTool::ExecuteWalletToolFunc (const ArgsManager &args, const std::string &command) |