[#VersionBitsConditionChecker-2constructor-05] = xref:VersionBitsConditionChecker.adoc[VersionBitsConditionChecker]::VersionBitsConditionChecker :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<versionbits_impl.h>` Constructs a checker for a specific BIP9 deployment. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:VersionBitsConditionChecker/2constructor-0a.adoc[VersionBitsConditionChecker](xref:Consensus/BIP9Deployment.adoc[Consensus::BIP9Deployment] const& dep); ---- [.small]#xref:VersionBitsConditionChecker/2constructor-0a.adoc[_» more..._]# Constructs a checker for a deployment selected by position from consensus params. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:VersionBitsConditionChecker/2constructor-07.adoc[VersionBitsConditionChecker]( xref:Consensus/Params.adoc[Consensus::Params] const& params, xref:Consensus/DeploymentPos.adoc[Consensus::DeploymentPos] id); ---- [.small]#xref:VersionBitsConditionChecker/2constructor-07.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *dep* | The deployment parameters to check against. | *params* | The consensus parameters holding the deployments. | *id* | The position of the deployment to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#