[#IndexSummary] = IndexSummary :mrdocs: A snapshot of an index's identity and sync progress. == Synopsis Declared in `<index/base.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct IndexSummary; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:IndexSummary/best_block_hash.adoc[`best_block_hash`] | Hash of the last block the index has processed. | xref:IndexSummary/best_block_height.adoc[`best_block_height`] | Height of the last block the index has processed. | xref:IndexSummary/name.adoc[`name`] | Human‐readable name of the index. | xref:IndexSummary/synced.adoc[`synced`] | Whether the index is fully in sync with the active chain. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#