Returns whether the deployment's condition is met for a block.

Synopsis

Declared in <versionbits_impl.h>

virtual
bool
Condition(CBlockIndex const* pindex) const = 0;

Return Value

true if the block satisfies the deployment's condition.

Parameters

Name

Description

pindex

The block to test the condition for.

Created with MrDocs