TransactionResult

data class TransactionResult(val nextCursor: String? = null, val transactions: List<Transaction>)

Result container for Transaction that also include the nextCursor

Constructors

Link copied to clipboard
constructor(nextCursor: String? = null, transactions: List<Transaction>)

Properties

Link copied to clipboard
val nextCursor: String? = null
Link copied to clipboard