PaginatedTransactionResponse
@iota/iota-sdk / client / PaginatedTransactionResponse
Interface: PaginatedTransactionResponse
Defined in: sdk/typescript/src/client/types/generated.ts:1518
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:
IotaTransactionBlockResponse[]
Defined in: sdk/typescript/src/client/types/generated.ts:1519
hasNextPage
hasNextPage:
boolean
Defined in: sdk/typescript/src/client/types/generated.ts:1520
nextCursor?
optionalnextCursor?:string|null
Defined in: sdk/typescript/src/client/types/generated.ts:1521