14 TestingSetup(chainName)
20 pwalletMain =
new CWallet(std::move(dbw));
31 pwalletMain =
nullptr;
void Flush(bool fShutdown)
void UnregisterValidationInterface(CValidationInterface *pwalletIn)
Unregister a wallet from core.
An instance of this class represents one database.
DBErrors LoadWallet(bool &fFirstRunRet)
void RegisterWalletRPCCommands(CRPCTable &t)
void RegisterValidationInterface(CValidationInterface *pwalletIn)
Register a wallet to receive updates from core.
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
WalletTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)