CBaseChainParams defines the base parameters (shared between raven-cli and ravend) of a given instance of the Raven 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" |
| |
CBaseChainParams defines the base parameters (shared between raven-cli and ravend) of a given instance of the Raven system.
Definition at line 17 of file chainparamsbase.h.
◆ CBaseChainParams()
| CBaseChainParams::CBaseChainParams |
( |
| ) |
|
|
inlineprotected |
◆ DataDir()
| const std::string& CBaseChainParams::DataDir |
( |
| ) |
const |
|
inline |
◆ RPCPort()
| int CBaseChainParams::RPCPort |
( |
| ) |
const |
|
inline |
◆ MAIN
| const std::string CBaseChainParams::MAIN = "main" |
|
static |
BIP70 chain name strings (main, test or regtest)
Definition at line 21 of file chainparamsbase.h.
◆ nRPCPort
| int CBaseChainParams::nRPCPort |
|
protected |
◆ REGTEST
| const std::string CBaseChainParams::REGTEST = "regtest" |
|
static |
◆ strDataDir
| std::string CBaseChainParams::strDataDir |
|
protected |
◆ TESTNET
| const std::string CBaseChainParams::TESTNET = "test" |
|
static |
The documentation for this class was generated from the following files: