[#VersionBitsCache-CheckUnknownActivations] = xref:VersionBitsCache.adoc[VersionBitsCache]::CheckUnknownActivations :relfileprefix: ../ :mrdocs: Check for unknown activations Returns a vector containing the bit number used for signalling and a bool indicating the deployment is likely to be ACTIVE, rather than merely LOCKED_IN. == Synopsis Declared in `<versionbits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f9500ef37b8), requires_capability(0x7f95120fd428), requires_capability(0x7f951e75bdd8), requires_capability(0x7f94f8f85108), requires_capability(0x7f9513e37c78), requires_capability(0x7f94f32666f8), requires_capability(0x7f9516a86f88)]] std::vector<std::pair<int, bool>> CheckUnknownActivations( xref:CBlockIndex.adoc[CBlockIndex] const* pindex, xref:CChainParams.adoc[CChainParams] const& chainparams); ---- == Return Value A vector of (bit number, likely‐active) pairs for unknown deployments. == Parameters [cols="1,4"] |=== | Name| Description | *pindex* | The block at which to check for unknown activations. | *chainparams* | The chain parameters for the active network. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#