Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <chainparams.h>
#include <common/system.h>
#include <util/fs.h>
#include <util/translation.h>
#include <wallet/salvage.h>
#include <wallet/wallet.h>
#include <wallet/walletutil.h>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | WalletTool |
Functions | |
static void | WalletTool::WalletToolReleaseWallet (CWallet *wallet) |
static void | WalletTool::WalletCreate (CWallet *wallet_instance) |
static std::shared_ptr< CWallet > | WalletTool::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) |