[#CChainParams-TestNet-098] = xref:CChainParams.adoc[CChainParams]::TestNet :relfileprefix: ../ :mrdocs: Creates the testnet3 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> TestNet(xref:CChainParams/TestNetOptions.adoc[TestNetOptions] const& options); ---- == Return Value Owning pointer to the testnet3 chain parameters. == Parameters [cols="1,4"] |=== | Name| Description | *options* | The testnet configuration to apply. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#