Node

data class Node(val atRisk: Any?, val contents: GetCommitteeInfoQuery.Contents?)

Constructors

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

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.