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