blockHeight property

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

Creation block height.

Implementation

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

Implementation

@$pb.TagNumber(4)
set blockHeight($core.int value) => $_setUnsignedInt32(3, value);