paginate Transaction Block Lists
Fetches paginated lists of components within a specific transaction block.
This allows for independent pagination of events, balance changes, and object changes associated with a single transaction.
Return
A Result which is either:
Ok
: Containing a nullable PaginateTransactionBlockListsQuery.Data object with the requested component lists.Err
: Containing a SuiError object with a list of GraphQLErrors.
Parameters
The digest of the transaction block to inspect.
A flag to control whether to fetch the events
list.
A flag to control whether to fetch the balanceChanges
list.
A flag to control whether to fetch the objectChanges
list.
An optional cursor for paginating through events.
An optional cursor for paginating through balance changes.
An optional cursor for paginating through object changes.