GetBuriedDeployment

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

NameDescription
deployment_nameThe deployment name to resolve.