Get the BIP9 state for a given deployment for the block after pindexPrev.
Declared in <versionbits.h>
[[requires_capability(0x7f9500ef3538), requires_capability(0x7f95120fd1a8), requires_capability(0x7f951e75bb58), requires_capability(0x7f94f8f84e88), requires_capability(0x7f9513e379f8), requires_capability(0x7f94f3266478), requires_capability(0x7f9516a86d08)]]
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. |