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