5#ifndef BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H
6#define BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H
A CWallet maintains a set of transactions and balances, and provides the ability to create new transa...
Testing setup that configures a complete environment.
Testing setup and teardown for wallet.
std::unique_ptr< interfaces::WalletLoader > m_wallet_loader
std::unique_ptr< interfaces::Handler > m_chain_notifications_handler
WalletTestingSetup(const ChainType chainType=ChainType::MAIN)