![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <wallet/load.h>#include <fs.h>#include <interfaces/chain.h>#include <scheduler.h>#include <util/string.h>#include <util/system.h>#include <util/translation.h>#include <wallet/wallet.h>#include <wallet/walletdb.h>#include <univalue.h>Go to the source code of this file.
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... | |
| void FlushWallets | ( | ) |
| bool LoadWallets | ( | interfaces::Chain & | chain | ) |
| void StartWallets | ( | CScheduler & | scheduler, |
| const ArgsManager & | args | ||
| ) |
| void StopWallets | ( | ) |
| void UnloadWallets | ( | ) |
| bool VerifyWallets | ( | interfaces::Chain & | chain | ) |
1.8.8