CChainParams::RegTest

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

NameDescription
optionsThe regtest configuration to apply.