Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <wallet/load.h>
#include <common/args.h>
#include <interfaces/chain.h>
#include <scheduler.h>
#include <util/check.h>
#include <util/fs.h>
#include <util/string.h>
#include <util/translation.h>
#include <wallet/context.h>
#include <wallet/spend.h>
#include <wallet/wallet.h>
#include <wallet/walletdb.h>
#include <univalue.h>
#include <system_error>
Go to the source code of this file.
Namespaces | |
namespace | 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... | |