Creates the signet chain parameters with the given options.

Synopsis

Declared in <kernel/chainparams.h>

static
std::unique_ptr<CChainParams const>
SigNet(SigNetOptions const& options);

Return Value

Owning pointer to the signet chain parameters.

Parameters

Name

Description

options

The signet configuration to apply.

Created with MrDocs