Creates the regtest chain parameters with the given options.
Declared in <kernel/chainparams.h>
static
std::unique_ptr<CChainParams const>
RegTest(RegTestOptions const& options);
Owning pointer to the regtest chain parameters.
| Name | Description |
|---|---|
| options | The regtest configuration to apply. |