Interface RuntimeHistoryReindexStatus

interface RuntimeHistoryReindexStatus {
    batch_size: number;
    end_height: longnum;
    eta: longnum;
    last_height: longnum;
    start_height: longnum;
}

Properties

batch_size: number

BatchSize is the number of blocks to reindex in a single batch.

end_height: longnum

EndHeight is the last height of history reindex interval.

eta: longnum

ETA is expected time of history reindex completition.

last_height: longnum

LastHeight is the last consensus height that was indexed.

start_height: longnum

StartHeight is the first height of history reindex interval.