Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
deploymentinfo.h File Reference
#include <consensus/params.h>
#include <array>
#include <cassert>
#include <optional>
#include <string>
#include <string_view>
Include dependency graph for deploymentinfo.h:
This graph shows which files directly or indirectly include this file:

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::BuriedDeploymentGetBuriedDeployment (std::string_view deployment_name)

Variables

const std::array< VBDeploymentInfo, Consensus::MAX_VERSION_BITS_DEPLOYMENTSVersionBitsDeploymentInfo

Function Documentation

◆ DeploymentName() [1/2]

std::string DeploymentName ( Consensus::BuriedDeployment dep)

Definition at line 22 of file deploymentinfo.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DeploymentName() [2/2]

std::string DeploymentName ( Consensus::DeploymentPos pos)
inline

Definition at line 27 of file deploymentinfo.h.

Here is the call graph for this function:

◆ GetBuriedDeployment()

std::optional< Consensus::BuriedDeployment > GetBuriedDeployment ( std::string_view deployment_name)

Definition at line 40 of file deploymentinfo.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ VersionBitsDeploymentInfo

const std::array<VBDeploymentInfo,Consensus::MAX_VERSION_BITS_DEPLOYMENTS> VersionBitsDeploymentInfo
extern

Definition at line 11 of file deploymentinfo.cpp.