ValidDeployment overloads
Declared in <consensus/params.h>
Returns true if the given buried deployment identifier is a valid enumerator.
constexpr
bool
ValidDeployment(BuriedDeployment dep);
» more...
Returns true if the given version-bits deployment identifier is a valid enumerator.
constexpr
bool
ValidDeployment(DeploymentPos dep);
» more...
| Name | Description |
|---|---|
| dep | The buried deployment to check. |