Bitcoin Core 31.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>

Collaboration diagram for CChainParams::RegTestOptions:
[legend]

Public Attributes

DeploymentOptions dep_opts {}
 
bool fastprune {false}
 
bool enforce_bip94 {false}
 

Detailed Description

RegTestOptions holds configurations for creating a regtest CChainParams.

Definition at line 156 of file chainparams.h.

Member Data Documentation

◆ dep_opts

DeploymentOptions CChainParams::RegTestOptions::dep_opts {}

Definition at line 157 of file chainparams.h.

◆ enforce_bip94

bool CChainParams::RegTestOptions::enforce_bip94 {false}

Definition at line 159 of file chainparams.h.

◆ fastprune

bool CChainParams::RegTestOptions::fastprune {false}

Definition at line 158 of file chainparams.h.


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