blockHeight property

  1. @TagNumber.new(1)
int get blockHeight

Implementation

@$pb.TagNumber(1)
$core.int get blockHeight => $_getIZ(0);
  1. @TagNumber.new(1)
set blockHeight (int v)

Implementation

@$pb.TagNumber(1)
set blockHeight($core.int v) {
  $_setUnsignedInt32(0, v);
}