Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

BIP9Stats Struct Reference

#include <versionbits.h>

Public Attributes

int period
 
int threshold
 
int elapsed
 
int count
 
bool possible
 

Detailed Description

Definition at line 42 of file versionbits.h.

Member Data Documentation

◆ count

int BIP9Stats::count

◆ elapsed

int BIP9Stats::elapsed

◆ period

int BIP9Stats::period

◆ possible

bool BIP9Stats::possible

◆ threshold

int BIP9Stats::threshold

The documentation for this struct was generated from the following file:
Released under the MIT license