Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
WalletTestingSetup Struct Reference

Testing setup and teardown for wallet. More...

#include <wallet_test_fixture.h>

Inheritance diagram for WalletTestingSetup:
[legend]
Collaboration diagram for WalletTestingSetup:
[legend]

Public Member Functions

 WalletTestingSetup (const std::string &chainName=CBaseChainParams::MAIN)
 
 ~WalletTestingSetup ()
 

Public Attributes

std::unique_ptr< interfaces::WalletClientm_wallet_client
 
CWallet m_wallet
 
std::unique_ptr< interfaces::Handlerm_chain_notifications_handler
 

Detailed Description

Testing setup and teardown for wallet.

Definition at line 21 of file wallet_test_fixture.h.

Constructor & Destructor Documentation

◆ WalletTestingSetup()

WalletTestingSetup::WalletTestingSetup ( const std::string &  chainName = CBaseChainParams::MAIN)
explicit

Definition at line 12 of file wallet_test_fixture.cpp.

Here is the call graph for this function:

◆ ~WalletTestingSetup()

WalletTestingSetup::~WalletTestingSetup ( )

Definition at line 23 of file wallet_test_fixture.cpp.

Member Data Documentation

◆ m_chain_notifications_handler

std::unique_ptr<interfaces::Handler> WalletTestingSetup::m_chain_notifications_handler

Definition at line 28 of file wallet_test_fixture.h.

◆ m_wallet

CWallet WalletTestingSetup::m_wallet

Definition at line 27 of file wallet_test_fixture.h.

◆ m_wallet_client

std::unique_ptr<interfaces::WalletClient> WalletTestingSetup::m_wallet_client

Definition at line 26 of file wallet_test_fixture.h.


The documentation for this struct was generated from the following files: