hash2 property

  1. @TagNumber(3)
List<int> get hash2

The intermediary hash (actually derived from hash1), sent from NodeB to NodeA in response to the initial message.

Implementation

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

Implementation

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