Display status of an in‐progress BIP9 softfork

Synopsis

Declared in <versionbits.h>

struct BIP9Stats;

Data Members

Name

Description

count

Number of blocks with the version bit set since the beginning of the current period

elapsed

Number of blocks elapsed since the beginning of the current period

period

Length of blocks of the BIP9 signalling period

possible

False if there are not enough blocks left in this period to pass activation threshold

threshold

Number of blocks with the version bit set required to activate the softfork

Created with MrDocs