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(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(
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