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>
[[requires_capability(0x7fbc8cfe2148), requires_capability(0x7fbc8e1aeef8), requires_capability(0x7fbca3701d18), requires_capability(0x7fbcae76d458), requires_capability(0x7fbc93dd6be8), requires_capability(0x7fbc906cd538), requires_capability(0x7fbc96a0ba48)]]
std::vector<std::pair<int, bool>>
CheckUnknownActivations(
CBlockIndex const* pindex,
CChainParams const& chainparams);
Return Value
A vector of (bit number, likely‐active) pairs for unknown deployments.
Parameters
Name |
Description |
pindex |
The block at which to check for unknown activations. |
chainparams |
The chain parameters for the active network. |
Created with MrDocs