Yield Xyz Get Validators Raw Response
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)