[#Consensus-DeploymentPos] = xref:Consensus.adoc[Consensus]::DeploymentPos :relfileprefix: ../ :mrdocs: Identifiers for BIP9 version‐bits deployments. == Synopsis Declared in `<consensus/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum DeploymentPos : uint16_t; ---- == Members [cols="1,4"] |=== | Name| Description | `DEPLOYMENT_TESTDUMMY` | Dummy deployment used only for testing. | `MAX_VERSION_BITS_DEPLOYMENTS` | Sentinel marking the number of version‐bits deployments. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:Consensus/ValidDeployment-03.adoc[`ValidDeployment`] | Returns true if the given version‐bits deployment identifier is a valid enumerator. | xref:DeploymentName-03.adoc[`::DeploymentName`] | Returns the human‐readable name of a version‐bits deployment. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#