![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <fs.h>#include <util/system.h>#include <util/translation.h>#include <wallet/salvage.h>#include <wallet/wallet.h>#include <wallet/walletutil.h>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< 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) |
1.8.8