Creates the mainnet chain parameters with the given options.
Declared in <kernel/chainparams.h>
static
std::unique_ptr<CChainParams const>
Main(MainNetOptions const& options);
Owning pointer to the mainnet chain parameters.
| Name | Description |
|---|---|
| options | The mainnet configuration to apply. |