Bitcoin Core  27.99.0
P2P Digital Currency
Functions | Variables
deploymentinfo.cpp File Reference
#include <deploymentinfo.h>
#include <consensus/params.h>
#include <string_view>
Include dependency graph for deploymentinfo.cpp:

Go to the source code of this file.

Functions

std::string DeploymentName (Consensus::BuriedDeployment dep)
 
std::optional< Consensus::BuriedDeploymentGetBuriedDeployment (const std::string_view name)
 

Variables

const struct VBDeploymentInfo VersionBitsDeploymentInfo [Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
 

Function Documentation

◆ DeploymentName()

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:

◆ GetBuriedDeployment()

std::optional<Consensus::BuriedDeployment> GetBuriedDeployment ( const std::string_view  name)

Definition at line 40 of file deploymentinfo.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ VersionBitsDeploymentInfo

const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
Initial value:
= {
{
"testdummy",
true,
},
{
"taproot",
true,
},
}

Definition at line 1 of file deploymentinfo.cpp.