CBaseChainParams defines the base parameters (shared between fabcoin-cli and fabcoind) of a given instance of the Fabcoin system.
More...
#include <chainparamsbase.h>
|
static const std::string | MAIN = "main" |
| BIP70 chain name strings (main, test or regtest) More...
|
|
static const std::string | TESTNET = "test" |
|
static const std::string | REGTEST = "regtest" |
|
static const std::string | UNITTEST = "unittest" |
|
CBaseChainParams defines the base parameters (shared between fabcoin-cli and fabcoind) of a given instance of the Fabcoin system.
Definition at line 16 of file chainparamsbase.h.
CBaseChainParams::CBaseChainParams |
( |
| ) |
|
|
inlineprotected |
const std::string& CBaseChainParams::DataDir |
( |
| ) |
const |
|
inline |
int CBaseChainParams::RPCPort |
( |
| ) |
const |
|
inline |
const std::string CBaseChainParams::MAIN = "main" |
|
static |
BIP70 chain name strings (main, test or regtest)
Definition at line 20 of file chainparamsbase.h.
int CBaseChainParams::nRPCPort |
|
protected |
const std::string CBaseChainParams::REGTEST = "regtest" |
|
static |
std::string CBaseChainParams::strDataDir |
|
protected |
const std::string CBaseChainParams::TESTNET = "test" |
|
static |
const std::string CBaseChainParams::UNITTEST = "unittest" |
|
static |
The documentation for this class was generated from the following files: