SigNet overloads
Synopses
Declared in <kernel/chainparams.h>
Creates the signet chain parameters with default options.
static
std::unique_ptr<CChainParams const>
SigNet();
Creates the signet chain parameters with the given options.
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