ValidatorSet

data class ValidatorSet(val activeValidators: GetCurrentEpochQuery.ActiveValidators?, val contents: GetCurrentEpochQuery.Contents?)

Constructors

Link copied to clipboard
constructor(activeValidators: GetCurrentEpochQuery.ActiveValidators?, contents: GetCurrentEpochQuery.Contents?)

Properties

Link copied to clipboard

The validators currently in the committee for this validator set.

Link copied to clipboard

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