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