Consensus::DeploymentPos

Identifiers for BIP9 version-bits deployments.

Synopsis

Declared in <consensus/params.h>

enum DeploymentPos : uint16_t;

Members

NameDescription
DEPLOYMENT_TESTDUMMY Dummy deployment used only for testing.
MAX_VERSION_BITS_DEPLOYMENTS Sentinel marking the number of version-bits deployments.

Non-Member Functions

NameDescription
ValidDeploymentReturns true if the given version-bits deployment identifier is a valid enumerator.
::DeploymentNameReturns the human-readable name of a version-bits deployment.