Returns the getblocktemplate status of the BIP9 deployments for a given block.

Synopsis

Declared in <versionbits.h>

[[requires_capability(0x7ff36ce27aa8), requires_capability(0x7ff379f4a788), requires_capability(0x7ff391c7c4f8), requires_capability(0x7ff37c0678f8), requires_capability(0x7ff38c3fd3f8), requires_capability(0x7ff39165a3b8), requires_capability(0x7ff391fc1378)]]
BIP9GBTStatus
GBTStatus(
    CBlockIndex const& block_index,
    Consensus::Params const& params);

Return Value

The getblocktemplate status of the deployments for the block.

Parameters

Name

Description

block_index

The block to report the deployment statuses for.

params

The consensus parameters holding the deployments.

Created with MrDocs