Returns detailed status of a BIP9 deployment for a given block.
Declared in <versionbits.h>
[[requires_capability(0x7fbc8cfe1c48), requires_capability(0x7fbc8e1ae9f8), requires_capability(0x7fbca3701818), requires_capability(0x7fbcae76cf58), requires_capability(0x7fbc93dd66e8), requires_capability(0x7fbc906cd038), requires_capability(0x7fbc96a0b548)]]
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. |