Bitcoin Core 28.99.0
P2P Digital Currency
|
Functions | |
static void | WalletToolReleaseWallet (CWallet *wallet) |
static void | WalletCreate (CWallet *wallet_instance, uint64_t wallet_creation_flags) |
static std::shared_ptr< CWallet > | MakeWallet (const std::string &name, const fs::path &path, DatabaseOptions options) |
static void | WalletShowInfo (CWallet *wallet_instance) |
bool | ExecuteWalletToolFunc (const ArgsManager &args, const std::string &command) |
bool wallet::WalletTool::ExecuteWalletToolFunc | ( | const ArgsManager & | args, |
const std::string & | command | ||
) |
|
static |
Definition at line 48 of file wallettool.cpp.
|
static |
Definition at line 30 of file wallettool.cpp.
|
static |
Definition at line 98 of file wallettool.cpp.
|
static |