DeploymentName overloads
Synopses
Declared in <deploymentinfo.h>
Returns the human‐readable name of a buried (always‐active) deployment.
std::string
DeploymentName(Consensus::BuriedDeployment dep);
Returns the human‐readable name of a version‐bits deployment.
std::string
DeploymentName(Consensus::DeploymentPos pos);
Return Value
The deployment name.
Parameters
Name |
Description |
dep |
The buried deployment to name. |
pos |
The version‐bits deployment position to name. |
Created with MrDocs