blockHeight property

  1. @TagNumber(5)
int blockHeight

Implementation

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

Implementation

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