![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
RegTestOptions holds configurations for creating a regtest CChainParams. More...
#include <chainparams.h>
Public Attributes | |
| std::unordered_map< Consensus::DeploymentPos, VersionBitsParameters > | version_bits_parameters {} |
| std::unordered_map< Consensus::BuriedDeployment, int > | activation_heights {} |
| bool | fastprune {false} |
| bool | enforce_bip94 {false} |
RegTestOptions holds configurations for creating a regtest CChainParams.
Definition at line 151 of file chainparams.h.
| std::unordered_map<Consensus::BuriedDeployment, int> CChainParams::RegTestOptions::activation_heights {} |
Definition at line 153 of file chainparams.h.
| bool CChainParams::RegTestOptions::enforce_bip94 {false} |
Definition at line 155 of file chainparams.h.
| bool CChainParams::RegTestOptions::fastprune {false} |
Definition at line 154 of file chainparams.h.
| std::unordered_map<Consensus::DeploymentPos, VersionBitsParameters> CChainParams::RegTestOptions::version_bits_parameters {} |
Definition at line 152 of file chainparams.h.