PIVX Core  5.6.99
P2P Digital Currency
Functions
chainparamsbase.cpp File Reference
#include "chainparamsbase.h"
#include "tinyformat.h"
#include "util/system.h"
#include <assert.h>
Include dependency graph for chainparamsbase.cpp:

Go to the source code of this file.

Functions

void AppendParamsHelpMessages (std::string &strUsage, bool debugHelp)
 Append the help messages for the chainparams options to the parameter string. More...
 
const CBaseChainParamsBaseParams ()
 Return the currently selected parameters. More...
 
std::unique_ptr< CBaseChainParamsCreateBaseChainParams (const std::string &chain)
 Creates and returns a std::unique_ptr<CBaseChainParams> of the chosen chain. More...
 
void SelectBaseParams (const std::string &chain)
 Sets the params returned by Params() to those for the given network. More...
 

Function Documentation

◆ AppendParamsHelpMessages()

void AppendParamsHelpMessages ( std::string &  strUsage,
bool  debugHelp 
)

Append the help messages for the chainparams options to the parameter string.

Definition at line 18 of file chainparamsbase.cpp.

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

◆ BaseParams()

const CBaseChainParams& BaseParams ( )

Return the currently selected parameters.

This won't change after app startup startup, except for unit tests.

Definition at line 30 of file chainparamsbase.cpp.

◆ CreateBaseChainParams()

std::unique_ptr<CBaseChainParams> CreateBaseChainParams ( const std::string &  chain)

Creates and returns a std::unique_ptr<CBaseChainParams> of the chosen chain.

Returns
a CBaseChainParams* of the chosen chain.
Exceptions
astd::runtime_error if the chain is not supported.

Definition at line 36 of file chainparamsbase.cpp.

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 48 of file chainparamsbase.cpp.

Here is the caller graph for this function: