6 #ifndef BITCOIN_WALLET_LOAD_H 7 #define BITCOIN_WALLET_LOAD_H 41 #endif // BITCOIN_WALLET_LOAD_H void FlushWallets(WalletContext &context)
Flush all wallets in preparation for shutdown.
bool LoadWallets(WalletContext &context)
Load wallet databases.
void StopWallets(WalletContext &context)
Stop all wallets. Wallets will be flushed first.
void StartWallets(WalletContext &context)
Complete startup of wallets.
bool VerifyWallets(WalletContext &context)
Responsible for reading and validating the -wallet arguments and verifying the wallet database...
void UnloadWallets(WalletContext &context)
Close all wallets.
Simple class for background tasks that should be run periodically or once "after a while"...