Returns detailed status of a BIP9 deployment for a given block.
Synopsis
Declared in <versionbits.h>
[[requires_capability(0x7f2e18fdb878), requires_capability(0x7f2e1a0ccd48), requires_capability(0x7f2e24cb6b78), requires_capability(0x7f2e37ab5098), requires_capability(0x7f2e27e04a98), requires_capability(0x7f2e1eea0a48), requires_capability(0x7f2e283fb808)]]
BIP9Info
Info(
CBlockIndex const& block_index,
Consensus::Params const& params,
Consensus::DeploymentPos id);
Return Value
The detailed status of the deployment for the block.
Parameters
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. |
Created with MrDocs