6 #ifndef BITCOIN_WALLET_LOAD_H 7 #define BITCOIN_WALLET_LOAD_H 38 #endif // BITCOIN_WALLET_LOAD_H void UnloadWallets()
Close all wallets.
Definition: load.cpp:103
Definition: scheduler.h:37
void FlushWallets()
Flush all wallets in preparation for shutdown.
Definition: load.cpp:89
static CScheduler scheduler
Definition: init.cpp:178
bool VerifyWallets(interfaces::Chain &chain, const std::vector< std::string > &wallet_files)
Definition: load.cpp:13
void StopWallets()
Stop all wallets. Wallets will be flushed first.
Definition: load.cpp:96
Definition: dummywallet.cpp:11
void StartWallets(CScheduler &scheduler)
Complete startup of wallets.
Definition: load.cpp:78
bool LoadWallets(interfaces::Chain &chain, const std::vector< std::string > &wallet_files)
Load wallet databases.
Definition: load.cpp:65