[#CChainParams-Main-0b] = xref:CChainParams.adoc[CChainParams]::Main :relfileprefix: ../ :mrdocs: Creates the mainnet chain parameters with the given options. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::unique_ptr<CChainParams const> Main(xref:CChainParams/MainNetOptions.adoc[MainNetOptions] const& options); ---- == Return Value Owning pointer to the mainnet chain parameters. == Parameters [cols="1,4"] |=== | Name| Description | *options* | The mainnet configuration to apply. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#