Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
SeederTestingSetup Struct Reference
Inheritance diagram for SeederTestingSetup:
[legend]

Public Member Functions

 SeederTestingSetup (const std::string chain=CBaseChainParams::REGTEST)
 

Public Attributes

std::vector< CAddressvAddr
 
std::unique_ptr< CSeederNodeTest > testNode
 

Detailed Description

Definition at line 51 of file p2p_messaging_tests.cpp.

Constructor & Destructor Documentation

◆ SeederTestingSetup()

SeederTestingSetup::SeederTestingSetup ( const std::string  chain = CBaseChainParams::REGTEST)
inline

Definition at line 52 of file p2p_messaging_tests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ testNode

std::unique_ptr<CSeederNodeTest> SeederTestingSetup::testNode

Definition at line 62 of file p2p_messaging_tests.cpp.

◆ vAddr

std::vector<CAddress> SeederTestingSetup::vAddr

Definition at line 61 of file p2p_messaging_tests.cpp.


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