height property

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

Height of the block the tx is in.

Implementation

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

Implementation

@$pb.TagNumber(1)
set height($core.int value) => $_setSignedInt32(0, value);