Returns true if the given version‐bits deployment identifier is a valid enumerator.
Synopsis
Declared in <consensus/params.h>
constexpr
bool
ValidDeployment(DeploymentPos dep);
Return Value
true if dep is a recognized DeploymentPos value.
Parameters
Name |
Description |
dep |
The version‐bits deployment to check. |
Created with MrDocs