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

#include <pos_test_fixture.h>

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

Public Member Functions

 TestPoSChainSetup ()
 
 ~TestPoSChainSetup ()
 
- 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)
 

Public Attributes

std::unique_ptr< CWalletpwalletMain
 
- 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 16 of file pos_test_fixture.h.

Constructor & Destructor Documentation

◆ TestPoSChainSetup()

TestPoSChainSetup::TestPoSChainSetup ( )

Definition at line 10 of file pos_test_fixture.cpp.

Here is the call graph for this function:

◆ ~TestPoSChainSetup()

TestPoSChainSetup::~TestPoSChainSetup ( )

Definition at line 36 of file pos_test_fixture.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ pwalletMain

std::unique_ptr<CWallet> TestPoSChainSetup::pwalletMain

Definition at line 18 of file pos_test_fixture.h.


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