Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CBaseChainParams defines the base parameters (shared between dash-cli and dashd) of a given instance of the Dash system.
More...
#include <chainparamsbase.h>
|
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" |
|
CBaseChainParams defines the base parameters (shared between dash-cli and dashd) of a given instance of the Dash system.
Definition at line 16 of file chainparamsbase.h.
◆ CBaseChainParams()
CBaseChainParams::CBaseChainParams |
( |
| ) |
|
|
inlineprotected |
◆ DataDir()
const std::string& CBaseChainParams::DataDir |
( |
| ) |
const |
|
inline |
◆ RPCPort()
int CBaseChainParams::RPCPort |
( |
| ) |
const |
|
inline |
◆ DEVNET
const std::string CBaseChainParams::DEVNET = "devnet" |
|
static |
◆ MAIN
const std::string CBaseChainParams::MAIN = "main" |
|
static |
BIP70 chain name strings (main, test or regtest)
Definition at line 20 of file chainparamsbase.h.
Referenced by CheckService(), ContextualCheckBlockHeader(), CreateBaseChainParams(), CreateChainParams(), BitcoinUnits::description(), DeserializeAndCheckBlockTest(), GetBlockSubsidy(), ArgsManager::GetChainName(), HelpMessage(), HelpMessageCli(), PaymentServer::ipcParseCommandLine(), BitcoinUnits::name(), CMNAuth::ProcessMessage(), CMNAuth::PushMNAUTH(), CGovernanceManager::RequestGovernanceObjectVotes(), ArgsManagerHelper::UseDefaultSection(), and ArgsManager::WarnForSectionOnlyArgs().
◆ nRPCPort
int CBaseChainParams::nRPCPort |
|
protected |
◆ REGTEST
const std::string CBaseChainParams::REGTEST = "regtest" |
|
static |
◆ strDataDir
std::string CBaseChainParams::strDataDir |
|
protected |
◆ TESTNET
const std::string CBaseChainParams::TESTNET = "test" |
|
static |
Definition at line 21 of file chainparamsbase.h.
Referenced by CGovernanceVote::CheckSignature(), CSporkMessage::CheckSignature(), CreateBaseChainParams(), CreateChainParams(), llmq::CRecoveredSigsDb::CRecoveredSigsDb(), ArgsManager::GetChainName(), CSporkMessage::GetSignerKeyID(), HelpMessage(), HelpMessageCli(), PaymentServer::ipcParseCommandLine(), CGovernanceVote::Sign(), and CSporkMessage::Sign().
The documentation for this class was generated from the following files: