maxValidatorCount property
- @TagNumber.new(4)
Maximum number of active validators at any moment. We do not allow the number of validators in any epoch to go above this.
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get maxValidatorCount => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set maxValidatorCount($fixnum.Int64 value) => $_setInt64(3, value);