[#DeploymentActiveAfter-0b] = DeploymentActiveAfter :mrdocs: Determine if a version‐bits 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/DeploymentPos.adoc[Consensus::DeploymentPos] 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 version‐bits deployment position to test. | *versionbitscache* | Cache used to evaluate version‐bits activation state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#