Skip to main content

PaginatedEpochInfos

@iota/iota-sdk


@iota/iota-sdk / client / PaginatedEpochInfos

Interface: PaginatedEpochInfos

Defined in: sdk/typescript/src/client/types/generated.ts:1478

next_cursor points to the last item in the page; Reading with next_cursor will start from the next item after next_cursor if next_cursor is Some, otherwise it will start from the first item.

Properties

data

data: EpochInfo[]

Defined in: sdk/typescript/src/client/types/generated.ts:1479


hasNextPage

hasNextPage: boolean

Defined in: sdk/typescript/src/client/types/generated.ts:1480


nextCursor?

optional nextCursor?: string | null

Defined in: sdk/typescript/src/client/types/generated.ts:1481