Bitcoin ABC  0.29.2
P2P Digital Currency
Functions
WalletTool Namespace Reference

Functions

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

Function Documentation

◆ ExecuteWalletToolFunc()

bool WalletTool::ExecuteWalletToolFunc ( const std::string &  command,
const std::string &  name 
)

Definition at line 123 of file wallettool.cpp.

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

◆ MakeWallet()

static std::shared_ptr<CWallet> WalletTool::MakeWallet ( const std::string &  name,
const fs::path path,
bool  create 
)
static

Definition at line 40 of file wallettool.cpp.

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

◆ WalletCreate()

static void WalletTool::WalletCreate ( CWallet wallet_instance)
static

Definition at line 26 of file wallettool.cpp.

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

◆ WalletShowInfo()

void WalletTool::WalletShowInfo ( CWallet wallet_instance)
static

Definition at line 107 of file wallettool.cpp.

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

◆ WalletToolReleaseWallet()

static void WalletTool::WalletToolReleaseWallet ( CWallet wallet)
static

Definition at line 20 of file wallettool.cpp.

Here is the caller graph for this function: