CBaseChainParams defines the base parameters (shared between prcycoin-cli and prcycoind) of a given instance of the Prcycoin system.
More...
#include <chainparamsbase.h>
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.
◆ Network
| Enumerator |
|---|
| MAIN | |
| TESTNET | |
| REGTEST | |
| MAX_NETWORK_TYPES | |
Definition at line 18 of file chainparamsbase.h.
◆ CBaseChainParams()
| CBaseChainParams::CBaseChainParams |
( |
| ) |
|
|
inlineprotected |
◆ DataDir()
| const std::string& CBaseChainParams::DataDir |
( |
| ) |
const |
|
inline |
◆ RPCPort()
| int CBaseChainParams::RPCPort |
( |
| ) |
const |
|
inline |
◆ networkID
| Network CBaseChainParams::networkID |
|
protected |
◆ nRPCPort
| int CBaseChainParams::nRPCPort |
|
protected |
◆ strDataDir
| std::string CBaseChainParams::strDataDir |
|
protected |
The documentation for this class was generated from the following file: