blockHeight property

  1. @TagNumber(4)
int get blockHeight

Implementation

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

Implementation

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