Identifiers for BIP9 version-bits deployments.
Declared in <consensus/params.h>
enum DeploymentPos : uint16_t;
| Name | Description |
|---|---|
DEPLOYMENT_TESTDUMMY | Dummy deployment used only for testing. |
MAX_VERSION_BITS_DEPLOYMENTS | Sentinel marking the number of version-bits deployments. |
| Name | Description |
|---|---|
ValidDeployment | Returns true if the given version-bits deployment identifier is a valid enumerator. |
::DeploymentName | Returns the human-readable name of a version-bits deployment. |