Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | interfaces |
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... | |