Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
load.h File Reference
#include <string>
#include <vector>
Include dependency graph for load.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 interfaces
 
 wallet
 

Functions

bool wallet::VerifyWallets (WalletContext &context)
 Responsible for reading and validating the -wallet arguments and verifying the wallet database. More...
 
bool wallet::LoadWallets (WalletContext &context)
 Load wallet databases. More...
 
void wallet::StartWallets (WalletContext &context)
 Complete startup of wallets. More...
 
void wallet::FlushWallets (WalletContext &context)
 Flush all wallets in preparation for shutdown. More...
 
void wallet::StopWallets (WalletContext &context)
 Stop all wallets. Wallets will be flushed first. More...
 
void wallet::UnloadWallets (WalletContext &context)
 Close all wallets. More...