Main overloads

Synopses

Declared in <kernel/chainparams.h>

Creates the mainnet chain parameters with default options.

static
std::unique_ptr<CChainParams const>
Main();

Creates the mainnet chain parameters with the given options.

static
std::unique_ptr<CChainParams const>
Main(MainNetOptions const& options);

Return Value

Owning pointer to the mainnet chain parameters.

Parameters

Name

Description

options

The mainnet configuration to apply.

Created with MrDocs