5 #ifndef BITCOIN_DEPLOYMENTINFO_H 6 #define BITCOIN_DEPLOYMENTINFO_H 14 #include <string_view> 33 std::optional<Consensus::BuriedDeployment>
GetBuriedDeployment(std::string_view deployment_name);
35 #endif // BITCOIN_DEPLOYMENTINFO_H
bool gbt_optional_rule
Whether GBT clients can safely ignore this rule in simplified usage.
std::optional< Consensus::BuriedDeployment > GetBuriedDeployment(std::string_view deployment_name)
std::string DeploymentName(Consensus::BuriedDeployment dep)
const std::array< VBDeploymentInfo, Consensus::MAX_VERSION_BITS_DEPLOYMENTS > VersionBitsDeploymentInfo
const char * name
Deployment name.
BuriedDeployment
A buried deployment is one where the height of the activation has been hardcoded into the client impl...
constexpr bool ValidDeployment(BuriedDeployment dep)