blockHeight property

  1. @TagNumber(11)
int blockHeight

Implementation

@$pb.TagNumber(11)
$core.int get blockHeight => $_getIZ(8);
  1. @TagNumber(11)
void blockHeight=(int v)

Implementation

@$pb.TagNumber(11)
set blockHeight($core.int v) { $_setSignedInt32(8, v); }