Returns whether the deployment's condition is met for a block.
Declared in <versionbits_impl.h>
virtual
bool
Condition(CBlockIndex const* pindex) const = 0;
true if the block satisfies the deployment's condition.
| Name | Description |
|---|---|
| pindex | The block to test the condition for. |