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".
Interface giving clients (wallet processes, maybe other analysis tools in the future) ability to acce...
void StartWallets(CScheduler &scheduler, const ArgsManager &args)
Complete startup of wallets.
bool VerifyWallets(interfaces::Chain &chain)
Responsible for reading and validating the -wallet arguments and verifying the wallet database.
void UnloadWallets()
Close all wallets.
void FlushWallets()
Flush all wallets in preparation for shutdown.
void StopWallets()
Stop all wallets. Wallets will be flushed first.
bool LoadWallets(interfaces::Chain &chain)
Load wallet databases.