PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | List of all members
TestChain100Setup Struct Reference

#include <test_pivx.h>

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

Public Member Functions

 TestChain100Setup ()
 
- Public Member Functions inherited from TestChainSetup
 TestChainSetup (int blockCount)
 
 ~TestChainSetup ()
 
CBlock CreateAndProcessBlock (const std::vector< CMutableTransaction > &txns, const CScript &scriptPubKey, bool fNoMempoolTx=true)
 
CBlock CreateAndProcessBlock (const std::vector< CMutableTransaction > &txns, const CKey &scriptKey)
 
CBlock CreateBlock (const std::vector< CMutableTransaction > &txns, const CScript &scriptPubKey, bool fNoMempoolTx=true, bool fTestBlockValidity=true, bool fIncludeQfc=true, CBlockIndex *customPrevBlock=nullptr)
 
CBlock CreateBlock (const std::vector< CMutableTransaction > &txns, const CKey &scriptKey, bool fTestBlockValidity=true)
 
- Public Member Functions inherited from TestingSetup
 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)
 

Additional Inherited Members

- Public Attributes inherited from TestChainSetup
std::vector< CTransactioncoinbaseTxns
 
CKey coinbaseKey
 
- Public Attributes inherited from TestingSetup
boost::thread_group threadGroup
 
CConnmanconnman
 
EvoNotificationInterfacepEvoNotificationInterface
 
CScheduler scheduler
 
std::unique_ptr< PeerLogicValidationpeerLogic
 
- Public Attributes inherited from BasicTestingSetup
ECCVerifyHandle globalVerifyHandle
 

Detailed Description

Definition at line 122 of file test_pivx.h.

Constructor & Destructor Documentation

◆ TestChain100Setup()

TestChain100Setup::TestChain100Setup ( )
inline

Definition at line 124 of file test_pivx.h.


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