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