TransactionEffectsPage
data class TransactionEffectsPage(var pageInfo: PageInfo, var data: List<TransactionEffects>) : Disposable
A page of items returned by the GraphQL server.
Constructors
| TransactionEffectsPage | constructor(pageInfo: PageInfo, data: List<TransactionEffects>) |
Properties
| Name | Summary |
|---|---|
| data | var data: List<TransactionEffects> The data returned by the server. |
| pageInfo | var pageInfo: PageInfo Information about the page, such as the cursor and whether there are more pages. |
Functions
| Name | Summary |
|---|---|
| destroy | open override fun destroy() |