5 #ifndef BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H 6 #define BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H 31 #endif // BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H
Testing setup and teardown for wallet.
static const std::string MAIN
Chain name strings.
A CWallet maintains a set of transactions and balances, and provides the ability to create new transa...
std::unique_ptr< interfaces::WalletLoader > m_wallet_loader
std::unique_ptr< interfaces::Handler > m_chain_notifications_handler
WalletTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)
Testing setup that configures a complete environment.