5 #ifndef BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H 6 #define BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H 32 #endif // BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H WalletTestingSetup(const ChainType chainType=ChainType::MAIN)
Testing setup and teardown for wallet.
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
Testing setup that configures a complete environment.