Validator
No description
type Validator {
atRisk: UInt53
contents: MoveValue
reportRecords(
first: Int
before: String
last: Int
after: String
): ValidatorConnection
}
Fields
Validator.atRisk ● UInt53 scalar
The number of epochs for which this validator has been below the low stake threshold.
Validator.contents ● MoveValue object
On-chain representation of the underlying 0x3::validator::Validator value.
Validator.reportRecords ● ValidatorConnection object
Other validators this validator has reported.
Validator.reportRecords.first ● Int scalar
Validator.reportRecords.before ● String scalar
Validator.reportRecords.last ● Int scalar
Validator.reportRecords.after ● String scalar
Member Of
ValidatorConnection object ● ValidatorEdge object