tipHash property

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

Hash (little-endian) of the current tip

Implementation

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

Implementation

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