![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
Testing setup and teardown for wallet. More...
#include <wallet_test_fixture.h>
Public Member Functions | |
WalletTestingSetup (const std::string &chainName=CBaseChainParams::MAIN) | |
Public Attributes | |
std::unique_ptr< interfaces::WalletClient > | m_wallet_client = interfaces::MakeWalletClient(*m_node.chain, *Assert(m_node.args)) |
CWallet | m_wallet |
std::unique_ptr< interfaces::Handler > | m_chain_notifications_handler |
Testing setup and teardown for wallet.
Definition at line 20 of file wallet_test_fixture.h.
|
explicit |
std::unique_ptr<interfaces::Handler> WalletTestingSetup::m_chain_notifications_handler |
Definition at line 25 of file wallet_test_fixture.h.
CWallet WalletTestingSetup::m_wallet |
Definition at line 24 of file wallet_test_fixture.h.
std::unique_ptr<interfaces::WalletClient> WalletTestingSetup::m_wallet_client = interfaces::MakeWalletClient(*m_node.chain, *Assert(m_node.args)) |
Definition at line 23 of file wallet_test_fixture.h.