Get the BIP9 state for a given deployment for the block after pindexPrev.
Declared in <versionbits.h>
[[requires_capability(0x7fbc8cfe1ec8), requires_capability(0x7fbc8e1aec78), requires_capability(0x7fbca3701a98), requires_capability(0x7fbcae76d1d8), requires_capability(0x7fbc93dd6968), requires_capability(0x7fbc906cd2b8), requires_capability(0x7fbc96a0b7c8)]]
bool
IsActiveAfter(
CBlockIndex const* pindexPrev,
Consensus::Params const& params,
Consensus::DeploymentPos pos);
True if the deployment is active for the block after pindexPrev.
| 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. |