#include <string>
Go to the source code of this file.
◆ CloseWallets()
Close all wallets.
Definition at line 275 of file init.cpp.
◆ FlushWallets()
Flush all wallets in preparation for shutdown.
Definition at line 263 of file init.cpp.
◆ GetWalletHelpString()
std::string GetWalletHelpString |
( |
bool |
showDebug | ) |
|
Return the wallets help message.
Definition at line 16 of file init.cpp.
◆ OpenWallets()
Load wallet databases.
Definition at line 239 of file init.cpp.
◆ RegisterWalletRPC()
void RegisterWalletRPC |
( |
CRPCTable & |
tableRPC | ) |
|
Register wallet RPCs.
Definition at line 175 of file init.cpp.
◆ StartWallets()
Complete startup of wallets.
Definition at line 257 of file init.cpp.
◆ StopWallets()
Stop all wallets. Wallets will be flushed first.
Definition at line 269 of file init.cpp.
◆ VerifyWallets()
Responsible for reading and validating the -wallet arguments and verifying the wallet database.
Definition at line 182 of file init.cpp.
◆ WalletParameterInteraction()
bool WalletParameterInteraction |
( |
| ) |
|
Wallets parameter interaction.
Definition at line 55 of file init.cpp.