Bitcoin ABC 0.30.5
P2P Digital Currency
|
Functions | |
static void | WalletToolReleaseWallet (CWallet *wallet) |
static void | WalletCreate (CWallet *wallet_instance) |
static std::shared_ptr< CWallet > | MakeWallet (const std::string &name, const fs::path &path, bool create) |
static void | WalletShowInfo (CWallet *wallet_instance) |
bool | ExecuteWalletToolFunc (const std::string &command, const std::string &name) |
bool WalletTool::ExecuteWalletToolFunc | ( | const std::string & | command, |
const std::string & | name | ||
) |
Definition at line 123 of file wallettool.cpp.
|
static |
Definition at line 40 of file wallettool.cpp.
|
static |
Definition at line 26 of file wallettool.cpp.
|
static |
Definition at line 107 of file wallettool.cpp.
|
static |