hashSm3 property

  1. @TagNumber.new(2)
List<int> get hashSm3

File SM3信息摘要

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get hashSm3 => $_getN(1);
  1. @TagNumber.new(2)
set hashSm3 (List<int> value)

Implementation

@$pb.TagNumber(2)
set hashSm3($core.List<$core.int> value) => $_setBytes(1, value);