[#DeploymentActiveAfter-07] = DeploymentActiveAfter :mrdocs: Determine if a deployment is active for the next block == Synopsis Declared in `<deploymentstatus.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool DeploymentActiveAfter( xref:CBlockIndex.adoc[CBlockIndex] const* pindexPrev, xref:Consensus/Params.adoc[Consensus::Params] const& params, xref:Consensus/BuriedDeployment.adoc[Consensus::BuriedDeployment] dep, xref:VersionBitsCache.adoc[VersionBitsCache]& versionbitscache); ---- == Return Value true if the deployment is active for the block after pindexPrev. == Parameters [cols="1,4"] |=== | Name| Description | *pindexPrev* | The block preceding the one being evaluated, or nullptr for genesis. | *params* | The consensus parameters holding the deployment schedule. | *dep* | The buried deployment to test. | *versionbitscache* | Unused for buried deployments; present for overload symmetry. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#