Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
CChainParams::RegTestOptions Struct Reference

RegTestOptions holds configurations for creating a regtest CChainParams. More...

#include <chainparams.h>

Public Attributes

std::unordered_map< Consensus::DeploymentPos, VersionBitsParametersversion_bits_parameters {}
 
std::unordered_map< Consensus::BuriedDeployment, int > activation_heights {}
 
bool fastprune {false}
 

Detailed Description

RegTestOptions holds configurations for creating a regtest CChainParams.

Definition at line 153 of file chainparams.h.

Member Data Documentation

◆ activation_heights

std::unordered_map<Consensus::BuriedDeployment, int> CChainParams::RegTestOptions::activation_heights {}

Definition at line 155 of file chainparams.h.

◆ fastprune

bool CChainParams::RegTestOptions::fastprune {false}

Definition at line 156 of file chainparams.h.

◆ version_bits_parameters

std::unordered_map<Consensus::DeploymentPos, VersionBitsParameters> CChainParams::RegTestOptions::version_bits_parameters {}

Definition at line 154 of file chainparams.h.


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