Skip to main content

Interface: GetEpochsParams

Return a list of epoch info. Exclusively served by the indexer.

Properties

cursor?

optional cursor: string | null

Optional paging cursor


limit?

optional limit: number | null

Maximum number of items per page


descendingOrder?

optional descendingOrder: boolean | null

Flag to return results in descending order


signal?

optional signal: AbortSignal