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