hash1 property

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

The final authoritative hash, only to be sent by NodeA at the end of the handshake

Implementation

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

Implementation

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