6 #ifndef BITCOIN_WALLET_LOAD_H
7 #define BITCOIN_WALLET_LOAD_H
15 namespace interfaces {
37 #endif // BITCOIN_WALLET_LOAD_H
bool LoadWallets(interfaces::Chain &chain)
Load wallet databases.
void StopWallets()
Stop all wallets. Wallets will be flushed first.
bool VerifyWallets(interfaces::Chain &chain)
Responsible for reading and validating the -wallet arguments and verifying the wallet database...
void FlushWallets()
Flush all wallets in preparation for shutdown.
Interface giving clients (wallet processes, maybe other analysis tools in the future) ability to acce...
void UnloadWallets()
Close all wallets.
Simple class for background tasks that should be run periodically or once "after a while"...
void StartWallets(CScheduler &scheduler, const ArgsManager &args)
Complete startup of wallets.