[#DeploymentActiveAfter-0d] = DeploymentActiveAfter :mrdocs: Whether a deployment is active after the given block, resolved via ChainstateManager. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename DEP> bool DeploymentActiveAfter( xref:CBlockIndex.adoc[CBlockIndex] const* pindexPrev, xref:ChainstateManager.adoc[ChainstateManager] const& chainman, DEP dep); ---- == Return Value true if the deployment is active after the given block. == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#