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