lastBlockHash property

  1. @TagNumber.new(8)
String get lastBlockHash

Implementation

@$pb.TagNumber(8)
$core.String get lastBlockHash => $_getSZ(7);
  1. @TagNumber.new(8)
set lastBlockHash (String v)

Implementation

@$pb.TagNumber(8)
set lastBlockHash($core.String v) {
  $_setString(7, v);
}