![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <test_pivx.h>
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< CTransaction > | coinbaseTxns |
| CKey | coinbaseKey |
Public Attributes inherited from TestingSetup | |
| 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 122 of file test_pivx.h.
|
inline |
Definition at line 124 of file test_pivx.h.