![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <test_pivx.h>
Public Member Functions | |
| TestingSetup (const std::string &chainName=CBaseChainParams::MAIN) | |
| ~TestingSetup () | |
Public Member Functions inherited from BasicTestingSetup | |
| BasicTestingSetup (const std::string &chainName=CBaseChainParams::MAIN) | |
| ~BasicTestingSetup () | |
| fs::path | SetDataDir (const std::string &name) |
Public Attributes | |
| boost::thread_group | threadGroup |
| CConnman * | connman |
| EvoNotificationInterface * | pEvoNotificationInterface |
| CScheduler | scheduler |
| std::unique_ptr< PeerLogicValidation > | peerLogic |
Public Attributes inherited from BasicTestingSetup | |
| ECCVerifyHandle | globalVerifyHandle |
Definition at line 70 of file test_pivx.h.
|
explicit |
| TestingSetup::~TestingSetup | ( | ) |
| CConnman* TestingSetup::connman |
Definition at line 73 of file test_pivx.h.
| std::unique_ptr<PeerLogicValidation> TestingSetup::peerLogic |
Definition at line 76 of file test_pivx.h.
| EvoNotificationInterface* TestingSetup::pEvoNotificationInterface |
Definition at line 74 of file test_pivx.h.
| CScheduler TestingSetup::scheduler |
Definition at line 75 of file test_pivx.h.
| boost::thread_group TestingSetup::threadGroup |
Definition at line 72 of file test_pivx.h.