height property

  1. @TagNumber.new(6)
Int64 get height

The 1-based index of this block in the blockchain

Implementation

@$pb.TagNumber(6)
$fixnum.Int64 get height => $_getI64(5);
  1. @TagNumber.new(6)
set height (Int64 v)

Implementation

@$pb.TagNumber(6)
set height($fixnum.Int64 v) { $_setInt64(5, v); }