A snapshot of an index's identity and sync progress.
Declared in <index/base.h>
struct IndexSummary;
| Name | Description |
|---|---|
best_block_hash | Hash of the last block the index has processed. |
best_block_height | Height of the last block the index has processed. |
name | Human-readable name of the index. |
synced | Whether the index is fully in sync with the active chain. |