Dogecoin Core  1.14.2
P2P Digital Currency
Classes | Functions
chainparamsbase.h File Reference
#include <string>
#include <vector>
Include dependency graph for chainparamsbase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CBaseChainParams
 CBaseChainParams defines the base parameters (shared between bitcoin-cli and bitcoind) of a given instance of the Bitcoin system. More...
 

Functions

void AppendParamsHelpMessages (std::string &strUsage, bool debugHelp=true)
 Append the help messages for the chainparams options to the parameter string. More...
 
const CBaseChainParamsBaseParams ()
 Return the currently selected parameters. More...
 
CBaseChainParamsBaseParams (const std::string &chain)
 
void SelectBaseParams (const std::string &chain)
 Sets the params returned by Params() to those for the given network. More...
 
std::string ChainNameFromCommandLine ()
 Looks for -regtest, -testnet and returns the appropriate BIP70 chain name. More...
 
bool AreBaseParamsConfigured ()
 Return true if SelectBaseParamsFromCommandLine() has been called to select a network. More...
 

Function Documentation

◆ AppendParamsHelpMessages()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ AreBaseParamsConfigured()

bool AreBaseParamsConfigured ( )

Return true if SelectBaseParamsFromCommandLine() has been called to select a network.

Definition at line 107 of file chainparamsbase.cpp.

◆ BaseParams() [1/2]

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.

◆ BaseParams() [2/2]

CBaseChainParams& BaseParams ( const std::string &  chain)

Definition at line 76 of file chainparamsbase.cpp.

◆ ChainNameFromCommandLine()

std::string ChainNameFromCommandLine ( )

Looks for -regtest, -testnet and returns the appropriate BIP70 chain name.

Returns
CBaseChainParams::MAX_NETWORK_TYPES if an invalid combination is given. CBaseChainParams::MAIN by default.

Definition at line 93 of file chainparamsbase.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SelectBaseParams()

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.

Here is the caller graph for this function: