[#VersionBitsCache-IsActiveAfter] = xref:VersionBitsCache.adoc[VersionBitsCache]::IsActiveAfter :relfileprefix: ../ :mrdocs: Get the BIP9 state for a given deployment for the block after pindexPrev. == Synopsis Declared in `<versionbits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e18fdbaf8), requires_capability(0x7f2e1a0ccfc8), requires_capability(0x7f2e24cb6df8), requires_capability(0x7f2e37ab5318), requires_capability(0x7f2e27e04d18), requires_capability(0x7f2e1eea0cc8), requires_capability(0x7f2e283fba88)]] bool IsActiveAfter( xref:CBlockIndex.adoc[CBlockIndex] const* pindexPrev, xref:Consensus/Params.adoc[Consensus::Params] const& params, xref:Consensus/DeploymentPos.adoc[Consensus::DeploymentPos] pos); ---- == Return Value True if the deployment is active for the block after pindexPrev. == Parameters [cols="1,4"] |=== | Name| Description | *pindexPrev* | The parent block preceding the block being evaluated. | *params* | The consensus parameters holding the deployments. | *pos* | The position of the deployment to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#