Constructs a checker for a deployment selected by position from consensus params.
Synopsis
Declared in <versionbits_impl.h>
explicit
VersionBitsConditionChecker(
Consensus::Params const& params,
Consensus::DeploymentPos id);
Parameters
Name |
Description |
params |
The consensus parameters holding the deployments. |
id |
The position of the deployment to check. |
Created with MrDocs