[#CChainParams-RegTest-0d] = xref:CChainParams.adoc[CChainParams]::RegTest :relfileprefix: ../ :mrdocs: Creates the regtest chain parameters with the given options. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::unique_ptr<CChainParams const> RegTest(xref:CChainParams/RegTestOptions.adoc[RegTestOptions] const& options); ---- == 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]#