Skip to main content

PaginatedEvents

@iota/iota-sdk


@iota/iota-sdk / client / PaginatedEvents

Interface: PaginatedEvents

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

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: IotaEvent[]

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


hasNextPage

hasNextPage: boolean

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


nextCursor?

optional nextCursor?: EventId | null

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