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