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