nextValidatorsHash property

  1. @TagNumber(9)
List<int> nextValidatorsHash

Implementation

@$pb.TagNumber(9)
$core.List<$core.int> get nextValidatorsHash => $_getN(8);
  1. @TagNumber(9)
void nextValidatorsHash=(List<int> v)

Implementation

@$pb.TagNumber(9)
set nextValidatorsHash($core.List<$core.int> v) { $_setBytes(8, v); }