Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CBaseTestNetParams Class Reference
Testnet (v3) More...
Inheritance diagram for CBaseTestNetParams:
Collaboration diagram for CBaseTestNetParams:
Public Member Functions | |
CBaseTestNetParams () | |
Public Member Functions inherited from CBaseChainParams | |
const std::string & | DataDir () const |
int | RPCPort () const |
Additional Inherited Members | |
Static Public Attributes inherited from CBaseChainParams | |
static const std::string | MAIN = "main" |
BIP70 chain name strings (main, test or regtest) More... | |
static const std::string | TESTNET = "test" |
static const std::string | DEVNET = "devnet" |
static const std::string | REGTEST = "regtest" |
Protected Member Functions inherited from CBaseChainParams | |
CBaseChainParams () | |
Protected Attributes inherited from CBaseChainParams | |
int | nRPCPort |
std::string | strDataDir |
Detailed Description
Testnet (v3)
Definition at line 45 of file chainparamsbase.cpp.
Constructor & Destructor Documentation
◆ CBaseTestNetParams()
|
inline |
Definition at line 48 of file chainparamsbase.cpp.
References CBaseChainParams::nRPCPort, and CBaseChainParams::strDataDir.
The documentation for this class was generated from the following file: