SigNet overloads
Declared in <kernel/chainparams.h>
Creates the signet chain parameters with default options.
static
std::unique_ptr<CChainParams const>
SigNet();
» more...
Creates the signet chain parameters with the given options.
static
std::unique_ptr<CChainParams const>
SigNet(SigNetOptions const& options);
» more...
Owning pointer to the signet chain parameters.
| Name | Description |
|---|---|
| options | The signet configuration to apply. |