![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
#include <wallet/load.h>
#include <fs.h>
#include <interfaces/chain.h>
#include <scheduler.h>
#include <util/check.h>
#include <util/string.h>
#include <util/system.h>
#include <util/translation.h>
#include <wallet/context.h>
#include <wallet/spend.h>
#include <wallet/wallet.h>
#include <wallet/walletdb.h>
#include <univalue.h>
Go to the source code of this file.
Functions | |
bool | VerifyWallets (WalletContext &context) |
Responsible for reading and validating the -wallet arguments and verifying the wallet database. More... | |
bool | LoadWallets (WalletContext &context) |
Load wallet databases. More... | |
void | StartWallets (WalletContext &context, CScheduler &scheduler) |
Complete startup of wallets. More... | |
void | FlushWallets (WalletContext &context) |
Flush all wallets in preparation for shutdown. More... | |
void | StopWallets (WalletContext &context) |
Stop all wallets. Wallets will be flushed first. More... | |
void | UnloadWallets (WalletContext &context) |
Close all wallets. More... | |
void FlushWallets | ( | WalletContext & | context | ) |
bool LoadWallets | ( | WalletContext & | context | ) |
void StartWallets | ( | WalletContext & | context, |
CScheduler & | scheduler | ||
) |
void StopWallets | ( | WalletContext & | context | ) |
void UnloadWallets | ( | WalletContext & | context | ) |
bool VerifyWallets | ( | WalletContext & | context | ) |