Looks up a buried deployment by its name.
Synopsis
Declared in <deploymentinfo.h>
std::optional<Consensus::BuriedDeployment>
GetBuriedDeployment(std::string_view deployment_name);
Return Value
The matching buried deployment, or std::nullopt if none matches.
Parameters
Name |
Description |
deployment_name |
The deployment name to resolve. |
Created with MrDocs