Whether a deployment is active after the given block, resolved via ChainstateManager.
Declared in <validation.h>
template<typename DEP>
bool
DeploymentActiveAfter(
CBlockIndex const* pindexPrev,
ChainstateManager const& chainman,
DEP dep);
true if the deployment is active after the given block.
| Name | Description |
|---|---|
| pindexPrev | Block index entry of the block the deployment status is queried after. |
| chainman | The chainstate manager providing consensus parameters and cache. |
| dep | The deployment to query. |