Interface RuntimeHistoryIndexerStatus

IndexerStatus is the status of runtime history indexer.

interface RuntimeHistoryIndexerStatus {
    last_round: longnum;
    reindex_status?: RuntimeHistoryReindexStatus;
    status: string;
}

Properties

last_round: longnum

LastRound is the last runtime round that was indexed.

ReindexStatus is history reindex status.

It is nil unless during history reindex.

status: string

Status is the concise status of runtime history indexer state.