blockHash property

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

Recent block hash

Implementation

@$pb.TagNumber(4)
$core.List<$core.int> get blockHash => $_getN(3);
  1. @TagNumber.new(4)
set blockHash (List<int> v)

Implementation

@$pb.TagNumber(4)
set blockHash($core.List<$core.int> v) {
  $_setBytes(3, v);
}