Transaction Response
data class 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.
Constructors
TransactionResponse
Link copied to clipboard
fun TransactionResponse(marker: String?, moreTransactions: Boolean, transactionCount: Int, totalCount: Int, transactions: List<Transaction>)
Content copied to clipboard
The starting point of the set of items returned.
Properties
moreTransactions
Link copied to clipboard
totalCount
Link copied to clipboard
transactionCount
Link copied to clipboard
transactions
Link copied to clipboard
Sources
jvm source
Link copied to clipboard