5 #ifndef BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H
6 #define BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H
8 #include <test/util/setup_common.h>
29 #endif // BITCOIN_WALLET_TEST_WALLET_TEST_FIXTURE_H
std::unique_ptr< Chain > MakeChain(NodeContext &node)
Return implementation of Chain interface.
static const std::string MAIN
Chain name strings.
std::unique_ptr< interfaces::Chain > m_chain
std::unique_ptr< WalletClient > MakeWalletClient(Chain &chain, ArgsManager &args)
Return implementation of ChainClient interface for a wallet client.
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::WalletClient > m_wallet_client
std::unique_ptr< interfaces::Handler > m_chain_notifications_handler
WalletTestingSetup(const std::string &chainName=CBaseChainParams::MAIN)
#define Assert(val)
Identity function.