6#ifndef BITCOIN_WALLET_LOAD_H
7#define BITCOIN_WALLET_LOAD_H
Simple class for background tasks that should be run periodically or once "after a while".
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.
bool LoadWallets(WalletContext &context)
Load wallet databases.
void FlushWallets(WalletContext &context)
Flush all wallets in preparation for shutdown.
void StopWallets(WalletContext &context)
Stop all wallets. Wallets will be flushed first.