A snapshot of an index's identity and sync progress.

Synopsis

Declared in <index/base.h>

struct IndexSummary;

Data Members

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.

Created with MrDocs