Bitcoin Core  27.99.0
P2P Digital Currency
Functions
wallet::WalletTool Namespace Reference

Functions

static void WalletToolReleaseWallet (CWallet *wallet)
 
static void WalletCreate (CWallet *wallet_instance, uint64_t wallet_creation_flags)
 
static std::shared_ptr< CWalletMakeWallet (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)
 

Function Documentation

◆ ExecuteWalletToolFunc()

bool wallet::WalletTool::ExecuteWalletToolFunc ( const ArgsManager args,
const std::string &  command 
)

Definition at line 115 of file wallettool.cpp.

Here is the call graph for this function:

◆ MakeWallet()

static std::shared_ptr<CWallet> wallet::WalletTool::MakeWallet ( const std::string &  name,
const fs::path path,
DatabaseOptions  options 
)
static

Definition at line 50 of file wallettool.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ WalletCreate()

static void wallet::WalletTool::WalletCreate ( CWallet wallet_instance,
uint64_t  wallet_creation_flags 
)
static

Definition at line 32 of file wallettool.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ WalletShowInfo()

static void wallet::WalletTool::WalletShowInfo ( CWallet wallet_instance)
static

Definition at line 100 of file wallettool.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ WalletToolReleaseWallet()

static void wallet::WalletTool::WalletToolReleaseWallet ( CWallet wallet)
static

Definition at line 25 of file wallettool.cpp.

Here is the caller graph for this function: