Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 94 of file wallettool.cpp.

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

◆ MakeWallet()

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

Definition at line 41 of file wallettool.cpp.

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

◆ WalletCreate()

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

Definition at line 28 of file wallettool.cpp.

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

◆ WalletShowInfo()

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

Definition at line 79 of file wallettool.cpp.

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

◆ WalletToolReleaseWallet()

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

Definition at line 21 of file wallettool.cpp.

Here is the caller graph for this function: