Creates the testnet4 chain parameters with the given options.
Declared in <kernel/chainparams.h>
static
std::unique_ptr<CChainParams const>
TestNet4(TestNetOptions const& options);
Owning pointer to the testnet4 chain parameters.
| Name | Description |
|---|---|
| options | The testnet configuration to apply. |