[#BIP9Info] = BIP9Info :mrdocs: Detailed status of an enabled BIP9 deployment == Synopsis Declared in `<versionbits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BIP9Info; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:BIP9Info/active_since.adoc[`active_since`] | Height at which the deployment is active, if known. May be in the future. | xref:BIP9Info/current_state.adoc[`current_state`] | String representing the current state | xref:BIP9Info/next_state.adoc[`next_state`] | String representing the next block's state | xref:BIP9Info/signalling_blocks.adoc[`signalling_blocks`] | Which blocks signalled; empty if signalling is not applicable | xref:BIP9Info/since.adoc[`since`] | Height at which current_state started | xref:BIP9Info/stats.adoc[`stats`] | For states where signalling is applicable, information about the signalling |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#