PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CBaseChainParams Class Reference

CBaseChainParams defines the base parameters (shared between prcycoin-cli and prcycoind) of a given instance of the Prcycoin system. More...

#include <chainparamsbase.h>

Inheritance diagram for CBaseChainParams:
[legend]

Public Types

enum  Network { MAIN, TESTNET, REGTEST, MAX_NETWORK_TYPES }
 

Public Member Functions

const std::string & DataDir () const
 
int RPCPort () const
 

Protected Member Functions

 CBaseChainParams ()
 

Protected Attributes

int nRPCPort
 
std::string strDataDir
 
Network networkID
 

Detailed Description

CBaseChainParams defines the base parameters (shared between prcycoin-cli and prcycoind) of a given instance of the Prcycoin system.

Definition at line 15 of file chainparamsbase.h.

Member Enumeration Documentation

◆ Network

Enumerator
MAIN 
TESTNET 
REGTEST 
MAX_NETWORK_TYPES 

Definition at line 18 of file chainparamsbase.h.

Constructor & Destructor Documentation

◆ CBaseChainParams()

CBaseChainParams::CBaseChainParams ( )
inlineprotected

Definition at line 30 of file chainparamsbase.h.

Member Function Documentation

◆ DataDir()

const std::string& CBaseChainParams::DataDir ( ) const
inline

Definition at line 26 of file chainparamsbase.h.

◆ RPCPort()

int CBaseChainParams::RPCPort ( ) const
inline

Definition at line 27 of file chainparamsbase.h.

Member Data Documentation

◆ networkID

Network CBaseChainParams::networkID
protected

Definition at line 34 of file chainparamsbase.h.

◆ nRPCPort

int CBaseChainParams::nRPCPort
protected

Definition at line 32 of file chainparamsbase.h.

◆ strDataDir

std::string CBaseChainParams::strDataDir
protected

Definition at line 33 of file chainparamsbase.h.


The documentation for this class was generated from the following file: