CChainParams::TestNet

Creates the testnet3 chain parameters with the given options.

Synopsis

Declared in <kernel/chainparams.h>

static
std::unique_ptr<CChainParams const>
TestNet(TestNetOptions const& options);

Return Value

Owning pointer to the testnet3 chain parameters.

Parameters

NameDescription
optionsThe testnet configuration to apply.