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