WalletToTransactionsConnection

constructor(pageInfo: PageInfo, count: Int, entities: List<Transaction>)

Parameters

pageInfo

An object that holds pagination information about the objects in this connection.

count

The total count of objects in this connection, using the current filters. It is different from the number of objects returned in the current page (in the entities field).

entities

The transactions for the current page of this connection.