DeploymentName

DeploymentName overloads

Synopses

Declared in <deploymentinfo.h>

Returns the human-readable name of a buried (always-active) deployment.

std::string
DeploymentName(Consensus::BuriedDeployment dep);
» more...

Returns the human-readable name of a version-bits deployment.

std::string
DeploymentName(Consensus::DeploymentPos pos);
» more...

Return Value

The deployment name.

Parameters

NameDescription
depThe buried deployment to name.
posThe version-bits deployment position to name.