[#DeploymentActiveAt-05] = DeploymentActiveAt :mrdocs: Whether a deployment is active at the given block, resolved via ChainstateManager. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename DEP> bool DeploymentActiveAt( xref:CBlockIndex.adoc[CBlockIndex] const& index, xref:ChainstateManager.adoc[ChainstateManager] const& chainman, DEP dep); ---- == Return Value true if the deployment is active at the given block. == Parameters [cols="1,4"] |=== | Name| Description | *index* | Block index entry at which the deployment status is queried. | *chainman* | The chainstate manager providing consensus parameters and cache. | *dep* | The deployment to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#