VersionBitsConditionChecker::VersionBitsConditionChecker

Constructors

Synopses

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...

Parameters

NameDescription
depThe deployment parameters to check against.
paramsThe consensus parameters holding the deployments.
idThe position of the deployment to check.