Dash Core  0.12.2.1
P2P Digital Currency
CRegTestParams Class Reference
+ Inheritance diagram for CRegTestParams:

Public Member Functions

 CRegTestParams ()
 
- Public Member Functions inherited from CChainParams
const Consensus::ParamsGetConsensus () const
 
const CMessageHeader::MessageStartCharsMessageStart () const
 
const std::vector< unsigned char > & AlertKey () const
 
int GetDefaultPort () const
 
const CBlockGenesisBlock () const
 
bool MiningRequiresPeers () const
 
bool DefaultConsistencyChecks () const
 
bool RequireStandard () const
 
int64_t MaxTipAge () const
 
int64_t DelayGetHeadersTime () const
 
uint64_t PruneAfterHeight () const
 
bool MineBlocksOnDemand () const
 
bool TestnetToBeDeprecatedFieldRPC () const
 
std::string NetworkIDString () const
 
const std::vector< CDNSSeedData > & DNSSeeds () const
 
const std::vector< unsigned char > & Base58Prefix (Base58Type type) const
 
int ExtCoinType () const
 
const std::vector< SeedSpec6 > & FixedSeeds () const
 
const CCheckpointDataCheckpoints () const
 
int PoolMaxTransactions () const
 
int FulfilledRequestExpireTime () const
 
std::string SporkPubKey () const
 

Additional Inherited Members

- Public Types inherited from CChainParams
enum  Base58Type {
  PUBKEY_ADDRESS, SCRIPT_ADDRESS, SECRET_KEY, EXT_PUBLIC_KEY,
  EXT_SECRET_KEY, MAX_BASE58_TYPES
}
 
- Protected Member Functions inherited from CChainParams
 CChainParams ()
 
- Protected Attributes inherited from CChainParams
Consensus::Params consensus
 
CMessageHeader::MessageStartChars pchMessageStart
 
std::vector< unsigned char > vAlertPubKey
 Raw pub key bytes for the broadcast alert signing key. More...
 
int nDefaultPort
 
long nMaxTipAge
 
int64_t nDelayGetHeadersTime
 
uint64_t nPruneAfterHeight
 
std::vector< CDNSSeedDatavSeeds
 
std::vector< unsigned char > base58Prefixes [MAX_BASE58_TYPES]
 
int nExtCoinType
 
std::string strNetworkID
 
CBlock genesis
 
std::vector< SeedSpec6vFixedSeeds
 
bool fMiningRequiresPeers
 
bool fDefaultConsistencyChecks
 
bool fRequireStandard
 
bool fMineBlocksOnDemand
 
bool fTestnetToBeDeprecatedFieldRPC
 
CCheckpointData checkpointData
 
int nPoolMaxTransactions
 
int nFulfilledRequestExpireTime
 
std::string strSporkPubKey
 
std::string strMasternodePaymentsPubKey
 

Detailed Description

Regression test

Definition at line 327 of file chainparams.cpp.

Constructor & Destructor Documentation

◆ CRegTestParams()

CRegTestParams::CRegTestParams ( )
inline

Regtest mode doesn't have any fixed seeds.

Regtest mode doesn't have any DNS seeds.

Definition at line 329 of file chainparams.cpp.


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