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