Bitcoin ABC  0.28.12
P2P Digital Currency
Functions
deploymentstatus.h File Reference
#include <chain.h>
#include <limits>
Include dependency graph for deploymentstatus.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool DeploymentActiveAfter (const CBlockIndex *pindexPrev, const Consensus::Params &params, Consensus::BuriedDeployment dep)
 Determine if a deployment is active for the next block. More...
 
bool DeploymentActiveAt (const CBlockIndex &index, const Consensus::Params &params, Consensus::BuriedDeployment dep)
 Determine if a deployment is active for this block. More...
 

Function Documentation

◆ DeploymentActiveAfter()

bool DeploymentActiveAfter ( const CBlockIndex pindexPrev,
const Consensus::Params params,
Consensus::BuriedDeployment  dep 
)
inline

Determine if a deployment is active for the next block.

Definition at line 13 of file deploymentstatus.h.

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

◆ DeploymentActiveAt()

bool DeploymentActiveAt ( const CBlockIndex index,
const Consensus::Params params,
Consensus::BuriedDeployment  dep 
)
inline

Determine if a deployment is active for this block.

Definition at line 22 of file deploymentstatus.h.

Here is the call graph for this function: