YieldXyzGetValidatorsRawResponse

data class YieldXyzGetValidatorsRawResponse(val items: List<YieldXyzValidator>? = null, val validators: List<YieldXyzValidator>? = null, val limit: Int? = null, val offset: Int? = null, val total: Int? = null)

Constructors

Link copied to clipboard
constructor(items: List<YieldXyzValidator>? = null, validators: List<YieldXyzValidator>? = null, limit: Int? = null, offset: Int? = null, total: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val offset: Int? = null
Link copied to clipboard
val total: Int? = null
Link copied to clipboard