RPC_VALIDATOR_FIELDS

data class RPC_VALIDATOR_FIELDS(val atRisk: Any?, val contents: RPC_VALIDATOR_FIELDS.Contents?) : Fragment.Data

Constructors

Link copied to clipboard
constructor(atRisk: Any?, contents: RPC_VALIDATOR_FIELDS.Contents?)

Types

Link copied to clipboard
data class Contents(val type: RPC_VALIDATOR_FIELDS.Type?, val json: Any?, val bcs: Any?)
Link copied to clipboard
data class Type(val repr: String)

Properties

Link copied to clipboard
val atRisk: Any?

The number of epochs for which this validator has been below the low stake threshold.

Link copied to clipboard

On-chain representation of the underlying 0x3::validator::Validator value.