validatorsHash property

  1. @TagNumber(8)
List<int> validatorsHash

Implementation

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

Implementation

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