#include "wallet/init.h"
#include "guiinterfaceutil.h"
#include "net.h"
#include "util/system.h"
#include "utilmoneystr.h"
#include "validation.h"
#include "wallet/wallet.h"
#include "wallet/walletutil.h"
Go to the source code of this file.
◆ GetWalletHelpString()
| std::string GetWalletHelpString |
( |
bool |
showDebug | ) |
|
Return the wallets help message.
Definition at line 17 of file init.cpp.
◆ InitLoadWallet()
Load wallet databases.
Definition at line 208 of file init.cpp.
◆ WalletParameterInteraction()
| bool WalletParameterInteraction |
( |
| ) |
|
Wallets parameter interaction.
Definition at line 53 of file init.cpp.
◆ WalletVerify()
Responsible for reading and validating the -wallet arguments and verifying the wallet database.
Definition at line 143 of file init.cpp.