Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
wallettool.cpp File Reference
#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>
Include dependency graph for wallettool.cpp:

Go to the source code of this file.

Namespaces

 wallet
 
 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)