Skip to main content

ValidatorSet

Representation of 0x3::validator_set::ValidatorSet.

type ValidatorSet {
activeValidators(
first: Int
after: String
last: Int
before: String
): ValidatorConnection
contents: MoveValue
}

Fields

ValidatorSet.activeValidators ● ValidatorConnection object

The validators currently in the committee for this validator set.

ValidatorSet.activeValidators.first ● Int scalar
ValidatorSet.activeValidators.after ● String scalar
ValidatorSet.activeValidators.last ● Int scalar
ValidatorSet.activeValidators.before ● String scalar

ValidatorSet.contents ● MoveValue object

On-chain representation of the underlying 0x3::validator_set::ValidatorSet value.

Member Of

Epoch object