#include <string>
#include <vector>
Go to the source code of this file.
◆ FlushWallets()
Flush all wallets in preparation for shutdown.
Definition at line 125 of file load.cpp.
◆ LoadWallets()
Load wallet databases.
Definition at line 78 of file load.cpp.
◆ StartWallets()
Complete startup of wallets.
Definition at line 103 of file load.cpp.
◆ StopWallets()
Stop all wallets. Wallets will be flushed first.
Definition at line 131 of file load.cpp.
◆ UnloadWallets()
Close all wallets.
Definition at line 137 of file load.cpp.
◆ VerifyWallets()
Responsible for reading and validating the -wallet arguments and verifying the wallet database.
Definition at line 16 of file load.cpp.