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