![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
class | CBaseMainParams |
class | CBaseTestNetParams |
class | CBaseRegTestParams |
Functions | |
void | AppendParamsHelpMessages (std::string &strUsage, bool debugHelp) |
const CBaseChainParams & | BaseParams () |
CBaseChainParams & | BaseParams (const std::string &chain) |
void | SelectBaseParams (const std::string &chain) |
std::string | ChainNameFromCommandLine () |
bool | AreBaseParamsConfigured () |
Variables | |
static CBaseMainParams | mainParams |
static CBaseTestNetParams | testNetParams |
static CBaseRegTestParams | regTestParams |
static CBaseChainParams * | pCurrentBaseParams = 0 |
void AppendParamsHelpMessages | ( | std::string & | strUsage, |
bool | debugHelp = true |
||
) |
Append the help messages for the chainparams options to the parameter string.
Definition at line 17 of file chainparamsbase.cpp.
Referenced by AppInitRawTx(), HelpMessage(), and HelpMessageCli().
bool AreBaseParamsConfigured | ( | ) |
Return true if SelectBaseParamsFromCommandLine() has been called to select a network.
Definition at line 107 of file chainparamsbase.cpp.
const CBaseChainParams& BaseParams | ( | ) |
Return the currently selected parameters. This won't change after app startup, except for unit tests.
Definition at line 70 of file chainparamsbase.cpp.
Referenced by CallRPC(), GetDataDir(), HelpMessage(), HelpMessageCli(), HTTPBindAddresses(), and SelectBaseParams().
CBaseChainParams& BaseParams | ( | const std::string & | chain | ) |
Definition at line 76 of file chainparamsbase.cpp.
std::string ChainNameFromCommandLine | ( | ) |
Looks for -regtest, -testnet and returns the appropriate BIP70 chain name.
Definition at line 93 of file chainparamsbase.cpp.
Referenced by AppInit(), AppInitRawTx(), AppInitRPC(), and main().
void SelectBaseParams | ( | const std::string & | chain | ) |
Sets the params returned by Params() to those for the given network.
Definition at line 88 of file chainparamsbase.cpp.
Referenced by AppInitRPC(), and SelectParams().
|
static |
Definition at line 38 of file chainparamsbase.cpp.
Referenced by BaseParams().
|
static |
Definition at line 68 of file chainparamsbase.cpp.
Referenced by AreBaseParamsConfigured(), BaseParams(), and SelectBaseParams().
|
static |
Definition at line 66 of file chainparamsbase.cpp.
Referenced by BaseParams().
|
static |
Definition at line 52 of file chainparamsbase.cpp.
Referenced by BaseParams().