[#CChainParams-RegTest-08] = xref:CChainParams.adoc[CChainParams]::RegTest :relfileprefix: ../ :mrdocs: `RegTest` overloads == Synopses Declared in `<kernel/chainparams.h>` Creates the regtest chain parameters with default options. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::unique_ptr<CChainParams const> xref:CChainParams/RegTest-07.adoc[RegTest](); ---- [.small]#xref:CChainParams/RegTest-07.adoc[_» more..._]# Creates the regtest chain parameters with the given options. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::unique_ptr<CChainParams const> xref:CChainParams/RegTest-0d.adoc[RegTest](xref:CChainParams/RegTestOptions.adoc[RegTestOptions] const& options); ---- [.small]#xref:CChainParams/RegTest-0d.adoc[_» more..._]# == Return Value Owning pointer to the regtest chain parameters. == Parameters [cols="1,4"] |=== | Name| Description | *options* | The regtest configuration to apply. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#