Returns detailed status of a BIP9 deployment for a given block.
Declared in <versionbits.h>
[[requires_capability(0x7f9500ef32b8), requires_capability(0x7f95120fcf28), requires_capability(0x7f951e75b8d8), requires_capability(0x7f94f8f84c08), requires_capability(0x7f9513e37778), requires_capability(0x7f94f32661f8), requires_capability(0x7f9516a86a88)]]
BIP9Info
Info(
CBlockIndex const& block_index,
Consensus::Params const& params,
Consensus::DeploymentPos id);
The detailed status of the deployment for the block.
| Name | Description |
|---|---|
| block_index | The block to report the deployment status for. |
| params | The consensus parameters holding the deployments. |
| id | The position of the deployment to query. |