Bitcoin ABC  0.26.3
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
 

Functions

bool VerifyWallets (interfaces::Chain &chain)
 Responsible for reading and validating the -wallet arguments and verifying the wallet database. More...
 
bool LoadWallets (interfaces::Chain &chain)
 Load wallet databases. More...
 
void StartWallets (CScheduler &scheduler, const ArgsManager &args)
 Complete startup of wallets. More...
 
void FlushWallets ()
 Flush all wallets in preparation for shutdown. More...
 
void StopWallets ()
 Stop all wallets. Wallets will be flushed first. More...
 
void UnloadWallets ()
 Close all wallets. More...
 

Function Documentation

◆ FlushWallets()

void FlushWallets ( )

Flush all wallets in preparation for shutdown.

Definition at line 171 of file load.cpp.

Here is the call graph for this function:

◆ LoadWallets()

bool LoadWallets ( interfaces::Chain chain)

Load wallet databases.

Definition at line 107 of file load.cpp.

Here is the call graph for this function:

◆ StartWallets()

void StartWallets ( CScheduler scheduler,
const ArgsManager args 
)

Complete startup of wallets.

Definition at line 149 of file load.cpp.

Here is the call graph for this function:

◆ StopWallets()

void StopWallets ( )

Stop all wallets. Wallets will be flushed first.

Definition at line 177 of file load.cpp.

Here is the call graph for this function:

◆ UnloadWallets()

void UnloadWallets ( )

Close all wallets.

Definition at line 183 of file load.cpp.

Here is the call graph for this function:

◆ VerifyWallets()

bool VerifyWallets ( interfaces::Chain chain)

Responsible for reading and validating the -wallet arguments and verifying the wallet database.

Definition at line 23 of file load.cpp.

Here is the call graph for this function: