[#BIP9Stats] = BIP9Stats :mrdocs: Display status of an in‐progress BIP9 softfork == Synopsis Declared in `<versionbits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BIP9Stats; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:BIP9Stats/count.adoc[`count`] | Number of blocks with the version bit set since the beginning of the current period | xref:BIP9Stats/elapsed.adoc[`elapsed`] | Number of blocks elapsed since the beginning of the current period | xref:BIP9Stats/period.adoc[`period`] | Length of blocks of the BIP9 signalling period | xref:BIP9Stats/possible.adoc[`possible`] | False if there are not enough blocks left in this period to pass activation threshold | xref:BIP9Stats/threshold.adoc[`threshold`] | Number of blocks with the version bit set required to activate the softfork |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#