Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
BIP9Stats Struct Reference

Display status of an in-progress BIP9 softfork. More...

#include <versionbits.h>

Public Attributes

int period
 Length of blocks of the BIP9 signalling period. More...
 
int threshold
 Number of blocks with the version bit set required to activate the softfork. More...
 
int elapsed
 Number of blocks elapsed since the beginning of the current period. More...
 
int count
 Number of blocks with the version bit set since the beginning of the current period. More...
 
bool possible
 False if there are not enough blocks left in this period to pass activation threshold. More...
 

Detailed Description

Display status of an in-progress BIP9 softfork.

Definition at line 41 of file versionbits.h.

Member Data Documentation

◆ count

int BIP9Stats::count

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

Definition at line 49 of file versionbits.h.

◆ elapsed

int BIP9Stats::elapsed

Number of blocks elapsed since the beginning of the current period.

Definition at line 47 of file versionbits.h.

◆ period

int BIP9Stats::period

Length of blocks of the BIP9 signalling period.

Definition at line 43 of file versionbits.h.

◆ possible

bool BIP9Stats::possible

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

Definition at line 51 of file versionbits.h.

◆ threshold

int BIP9Stats::threshold

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

Definition at line 45 of file versionbits.h.


The documentation for this struct was generated from the following file: