Transaction Response
fun TransactionResponse(marker: String?, moreTransactions: Boolean, transactionCount: Int, totalCount: Int, transactions: List<Transaction>)
Content copied to clipboard
Parameters
marker
The starting point of the set of items returned.
moreTransactions
Whether more transactions are available.
transactionCount
The number of transactions returned
totalCount
The total number of transactions available.
transactions
The returned transactions.
Sources
jvm source
Link copied to clipboard