GetAccountHistoryResponse

data class GetAccountHistoryResponse(val cursor: String? = null, val events: List<GetAccountHistoryEvent>)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, events: List<GetAccountHistoryEvent>)

Properties

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