Skip to main content

SignedTransactionPage

data class SignedTransactionPage(var pageInfo: PageInfo, var data: List<SignedTransaction>) : Disposable

A page of items returned by the GraphQL server.

Constructors

SignedTransactionPageconstructor(pageInfo: PageInfo, data: List<SignedTransaction>)

Properties

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