6 #ifndef PIVX_WALLET_TEST_WALLET_TEST_FIXTURE_H
7 #define PIVX_WALLET_TEST_WALLET_TEST_FIXTURE_H
18 const std::string& wallet_name,
19 std::unique_ptr<WalletDatabase> db);
CBaseChainParams defines the base parameters (shared between pivx-cli and pivxd) of a given instance ...
static const std::string MAIN
Chain name strings.
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances,...
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)