Bitcoin Core 28.99.0
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
struct | VBDeploymentInfo |
Functions | |
std::string | DeploymentName (Consensus::BuriedDeployment dep) |
std::string | DeploymentName (Consensus::DeploymentPos pos) |
std::optional< Consensus::BuriedDeployment > | GetBuriedDeployment (const std::string_view deployment_name) |
Variables | |
const VBDeploymentInfo | VersionBitsDeploymentInfo [Consensus::MAX_VERSION_BITS_DEPLOYMENTS] |
std::string DeploymentName | ( | Consensus::BuriedDeployment | dep | ) |
Definition at line 22 of file deploymentinfo.cpp.
|
inline |
std::optional< Consensus::BuriedDeployment > GetBuriedDeployment | ( | const std::string_view | deployment_name | ) |
|
extern |
Definition at line 11 of file deploymentinfo.cpp.