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.
Declared in <versionbits.h>
[[requires_capability(0x7ff36ce27e68), requires_capability(0x7ff379f4ab48), requires_capability(0x7ff391c7c8b8), requires_capability(0x7ff37c067cb8), requires_capability(0x7ff38c3fd7b8), requires_capability(0x7ff39165a778), requires_capability(0x7ff391fc1738)]]
std::vector<std::pair<int, bool>>
CheckUnknownActivations(
CBlockIndex const* pindex,
CChainParams const& chainparams);
A vector of (bit number, likely-active) pairs for unknown deployments.
| Name | Description |
|---|---|
| pindex | The block at which to check for unknown activations. |
| chainparams | The chain parameters for the active network. |