14 const std::string& wallet_name,
15 std::unique_ptr<WalletDatabase> db) :
An instance of this class represents one database.
DBErrors LoadWallet(bool &fFirstRunRet)
void RegisterWalletRPCCommands(CRPCTable &tableRPC)
Testing setup that configures a complete environment for Sapling testing.
Testing setup and teardown for wallet.
~WalletTestingSetupBase()
WalletTestingSetupBase(const std::string &chainName, const std::string &wallet_name, std::unique_ptr< WalletDatabase > db)
WalletTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)
void UnregisterValidationInterface(CValidationInterface *pwalletIn)
Unregister a wallet from core.
void RegisterValidationInterface(CValidationInterface *pwalletIn)
Register a wallet to receive updates from core.