dataHash property

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

/ Pre-image data hash that will be used for signing

Implementation

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

Implementation

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