CChainParams::TestNet4

TestNet4 overloads

Synopses

Declared in <kernel/chainparams.h>

Creates the testnet4 chain parameters with default options.

static
std::unique_ptr<CChainParams const>
TestNet4();
» more...

Creates the testnet4 chain parameters with the given options.

static
std::unique_ptr<CChainParams const>
TestNet4(TestNetOptions const& options);
» more...

Return Value

Owning pointer to the testnet4 chain parameters.

Parameters

NameDescription
optionsThe testnet configuration to apply.