GetAccountHistoryQueryParams
data class GetAccountHistoryQueryParams(val did: Did, val events: List<GetAccountHistoryEvents>? = null, val cursor: String? = null, val limit: Long? = 50)
Constructors
Link copied to clipboard
constructor(did: Did, events: List<GetAccountHistoryEvents>? = null, cursor: String? = null, limit: Long? = 50)