Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
chainparamsbase.h
Go to the documentation of this file.
void SelectBaseParams(const std::string &chain)
Sets the params returned by Params() to those for the given network.
Definition: chainparamsbase.cpp:103
std::unique_ptr< CBaseChainParams > CreateBaseChainParams(const std::string &chain)
Creates and returns a std::unique_ptr<CBaseChainParams> of the chosen chain.
Definition: chainparamsbase.cpp:89
void AppendParamsHelpMessages(std::string &strUsage, bool debugHelp=true)
Append the help messages for the chainparams options to the parameter string.
Definition: chainparamsbase.cpp:19
static const std::string MAIN
BIP70 chain name strings (main, test or regtest)
Definition: chainparamsbase.h:20
const CBaseChainParams & BaseParams()
Return the currently selected parameters.
Definition: chainparamsbase.cpp:83
CBaseChainParams defines the base parameters (shared between dash-cli and dashd) of a given instance ...
Definition: chainparamsbase.h:16