Creates the regtest chain parameters with the given options.

Synopsis

Declared in <kernel/chainparams.h>

static
std::unique_ptr<CChainParams const>
RegTest(RegTestOptions const& options);

Return Value

Owning pointer to the regtest chain parameters.

Parameters

Name

Description

options

The regtest configuration to apply.

Created with MrDocs