Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#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 |
Definition at line 46 of file versionbits.h.
Referenced by BIP9SoftForkDesc(), and AbstractThresholdConditionChecker::GetStateStatisticsFor().
◆ elapsed
| int BIP9Stats::elapsed |
Definition at line 45 of file versionbits.h.
Referenced by BIP9SoftForkDesc(), and AbstractThresholdConditionChecker::GetStateStatisticsFor().
◆ period
| int BIP9Stats::period |
Definition at line 43 of file versionbits.h.
Referenced by BIP9SoftForkDesc(), and AbstractThresholdConditionChecker::GetStateStatisticsFor().
◆ possible
| bool BIP9Stats::possible |
Definition at line 47 of file versionbits.h.
Referenced by BIP9SoftForkDesc(), and AbstractThresholdConditionChecker::GetStateStatisticsFor().
◆ threshold
| int BIP9Stats::threshold |
Definition at line 44 of file versionbits.h.
Referenced by BIP9SoftForkDesc(), and AbstractThresholdConditionChecker::GetStateStatisticsFor().
The documentation for this struct was generated from the following file:
- src/versionbits.h

