Skip to main content

GetEpochsParams

@iota/iota-sdk


@iota/iota-sdk / client / GetEpochsParams

Interface: GetEpochsParams

Defined in: sdk/typescript/src/client/types/params.ts:338

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

Properties

cursor?

optional cursor?: string | null

Defined in: sdk/typescript/src/client/types/params.ts:340

Optional paging cursor


descendingOrder?

optional descendingOrder?: boolean | null

Defined in: sdk/typescript/src/client/types/params.ts:344

Flag to return results in descending order


limit?

optional limit?: number | null

Defined in: sdk/typescript/src/client/types/params.ts:342

Maximum number of items per page


signal?

optional signal?: AbortSignal

Defined in: sdk/typescript/src/client/types/params.ts:345