#include <wallet/load.h>
#include <common/args.h>
#include <interfaces/chain.h>
#include <logging.h>
#include <scheduler.h>
#include <util/fs.h>
#include <util/string.h>
#include <util/translation.h>
#include <wallet/spend.h>
#include <wallet/wallet.h>
#include <wallet/walletdb.h>
#include <univalue.h>
#include <system_error>
Go to the source code of this file.
◆ FlushWallets()
Flush all wallets in preparation for shutdown.
Definition at line 171 of file load.cpp.
◆ LoadWallets()
Load wallet databases.
Definition at line 107 of file load.cpp.
◆ StartWallets()
Complete startup of wallets.
Definition at line 149 of file load.cpp.
◆ StopWallets()
Stop all wallets. Wallets will be flushed first.
Definition at line 177 of file load.cpp.
◆ UnloadWallets()
Close all wallets.
Definition at line 183 of file load.cpp.
◆ VerifyWallets()
Responsible for reading and validating the -wallet arguments and verifying the wallet database.
Definition at line 23 of file load.cpp.