5 #ifndef BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H
6 #define BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H
14 #include <test/util/setup_common.h>
#define Assert(val)
Identity function.
static const std::string MAIN
BIP70 chain name strings (main, test or regtest)
A CWallet maintains a set of transactions and balances, and provides the ability to create new transa...
std::unique_ptr< WalletClient > MakeWalletClient(Chain &chain, ArgsManager &args)
Return implementation of ChainClient interface for a wallet client.
Testing setup and teardown for wallet.
WalletTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)
std::unique_ptr< interfaces::Handler > m_chain_notifications_handler
std::unique_ptr< interfaces::WalletClient > m_wallet_client