BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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

CWallet m_wallet
 

Detailed Description

Testing setup and teardown for wallet.

Definition at line 16 of file wallet_test_fixture.h.

Constructor & Destructor Documentation

◆ WalletTestingSetup()

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

Definition at line 10 of file wallet_test_fixture.cpp.

Here is the call graph for this function:

◆ ~WalletTestingSetup()

WalletTestingSetup::~WalletTestingSetup ( )

Definition at line 20 of file wallet_test_fixture.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_wallet

CWallet WalletTestingSetup::m_wallet

Definition at line 20 of file wallet_test_fixture.h.


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