[#VersionBitsCache-Info] = xref:VersionBitsCache.adoc[VersionBitsCache]::Info :relfileprefix: ../ :mrdocs: Returns detailed status of a BIP9 deployment for a given block. == Synopsis Declared in `<versionbits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e18fdb878), requires_capability(0x7f2e1a0ccd48), requires_capability(0x7f2e24cb6b78), requires_capability(0x7f2e37ab5098), requires_capability(0x7f2e27e04a98), requires_capability(0x7f2e1eea0a48), requires_capability(0x7f2e283fb808)]] xref:BIP9Info.adoc[BIP9Info] Info( xref:CBlockIndex.adoc[CBlockIndex] const& block_index, xref:Consensus/Params.adoc[Consensus::Params] const& params, xref:Consensus/DeploymentPos.adoc[Consensus::DeploymentPos] id); ---- == Return Value The detailed status of the deployment for the block. == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#