Skip to main content

TransactionEffectsPage

data class TransactionEffectsPage(var pageInfo: PageInfo, var data: List<TransactionEffects>) : Disposable

A page of items returned by the GraphQL server.

Constructors

TransactionEffectsPageconstructor(pageInfo: PageInfo, data: List<TransactionEffects>)

Properties

NameSummary
datavar data: List<TransactionEffects>
The data returned by the server.
pageInfovar pageInfo: PageInfo
Information about the page, such as the cursor and whether there are more pages.

Functions

NameSummary
destroyopen override fun destroy()