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