Skip to main content
Version: mainnet (v0.71)

HistorySegment

A segment of data node history

type HistorySegment {
fromHeight: Int!
toHeight: Int!
historySegmentId: String!
}

Fields

HistorySegment.fromHeight ● Int! non-null scalar

From block height of the history segment

HistorySegment.toHeight ● Int! non-null scalar

To block height of the history segment

HistorySegment.historySegmentId ● String! non-null scalar

ID of the history segment

Returned by

mostRecentHistorySegment query