Returns whether a version number signals this deployment's bit.

Synopsis

Declared in <versionbits_impl.h>

bool
Condition(int32_t nVersion) const;

Return Value

true if the version signals this deployment's bit.

Parameters

Name

Description

nVersion

The block version to test.

Created with MrDocs