CBaseChainParams defines the base parameters (shared between bitcoin-cli and bitcoind) of a given instance of the Bitcoin 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 bitcoin-cli and bitcoind) of a given instance of the Bitcoin system.
Definition at line 18 of file chainparamsbase.h.
◆ CBaseChainParams() [1/2]
CBaseChainParams::CBaseChainParams |
( |
| ) |
|
|
delete |
◆ CBaseChainParams() [2/2]
CBaseChainParams::CBaseChainParams |
( |
const std::string & |
data_dir, |
|
|
uint16_t |
rpc_port, |
|
|
uint16_t |
onion_service_target_port, |
|
|
uint16_t |
chronik_port |
|
) |
| |
|
inline |
◆ ChronikPort()
uint16_t CBaseChainParams::ChronikPort |
( |
| ) |
const |
|
inline |
◆ DataDir()
const std::string & CBaseChainParams::DataDir |
( |
| ) |
const |
|
inline |
◆ OnionServiceTargetPort()
uint16_t CBaseChainParams::OnionServiceTargetPort |
( |
| ) |
const |
|
inline |
◆ RPCPort()
uint16_t CBaseChainParams::RPCPort |
( |
| ) |
const |
|
inline |
◆ m_chronik_port
const uint16_t CBaseChainParams::m_chronik_port |
|
private |
◆ m_onion_service_target_port
const uint16_t CBaseChainParams::m_onion_service_target_port |
|
private |
◆ m_rpc_port
const uint16_t CBaseChainParams::m_rpc_port |
|
private |
◆ MAIN
const std::string CBaseChainParams::MAIN = "main" |
|
static |
BIP70 chain name strings (main, test or regtest)
Definition at line 21 of file chainparamsbase.h.
◆ REGTEST
const std::string CBaseChainParams::REGTEST = "regtest" |
|
static |
◆ strDataDir
std::string CBaseChainParams::strDataDir |
|
private |
◆ TESTNET
const std::string CBaseChainParams::TESTNET = "test" |
|
static |
The documentation for this class was generated from the following files: