6 #ifndef BITCOIN_WALLET_LOAD_H 7 #define BITCOIN_WALLET_LOAD_H 23 const std::vector<std::string> &wallet_files);
27 const std::vector<std::string> &wallet_files);
41 #endif // BITCOIN_WALLET_LOAD_H void UnloadWallets()
Close all wallets.
void FlushWallets()
Flush all wallets in preparation for shutdown.
CChainParams defines various tweakable parameters of a given instance of the Bitcoin system...
void StartWallets(CScheduler &scheduler, const ArgsManager &args)
Complete startup of wallets.
void StopWallets()
Stop all wallets. Wallets will be flushed first.
bool VerifyWallets(const CChainParams &chainParams, interfaces::Chain &chain, const std::vector< std::string > &wallet_files)
Responsible for reading and validating the -wallet arguments and verifying the wallet database...
bool LoadWallets(const CChainParams &chainParams, interfaces::Chain &chain, const std::vector< std::string > &wallet_files)
Load wallet databases.
Interface giving clients (wallet processes, maybe other analysis tools in the future) ability to acce...