CChainParams::SigNet

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

NameDescription
optionsThe signet configuration to apply.