[#CChainParams-RegTestOptions] = xref:CChainParams.adoc[CChainParams]::RegTestOptions :relfileprefix: ../ :mrdocs: RegTestOptions holds configurations for creating a regtest CChainParams. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct RegTestOptions; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:CChainParams/RegTestOptions/dep_opts.adoc[`dep_opts`] | Deployment activation overrides for the regtest chain. | xref:CChainParams/RegTestOptions/enforce_bip94.adoc[`enforce_bip94`] | Whether to enforce the BIP94 timewarp fix. | xref:CChainParams/RegTestOptions/fastprune.adoc[`fastprune`] | Whether to prune aggressively for testing. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#