Bitcoin ABC  0.28.12
P2P Digital Currency
Namespaces | Functions
wallettool.cpp File Reference
#include <chainparams.h>
#include <fs.h>
#include <util/system.h>
#include <util/translation.h>
#include <wallet/salvage.h>
#include <wallet/wallet.h>
#include <wallet/walletutil.h>
#include <stdexcept>
Include dependency graph for wallettool.cpp:

Go to the source code of this file.

Namespaces

 WalletTool
 

Functions

static void WalletTool::WalletToolReleaseWallet (CWallet *wallet)
 
static void WalletTool::WalletCreate (CWallet *wallet_instance)
 
static std::shared_ptr< CWalletWalletTool::MakeWallet (const std::string &name, const fs::path &path, bool create)
 
static void WalletTool::WalletShowInfo (CWallet *wallet_instance)
 
bool WalletTool::ExecuteWalletToolFunc (const std::string &command, const std::string &name)