Skip to main content

TransactionDataEffectsPage

data class TransactionDataEffectsPage(var pageInfo: PageInfo, var data: List<TransactionDataEffects>) : Disposable

A page of items returned by the GraphQL server.

Constructors

TransactionDataEffectsPageconstructor(pageInfo: PageInfo, data: List<TransactionDataEffects>)

Properties

NameSummary
datavar data: List<TransactionDataEffects>
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()