endHeight property

  1. @TagNumber(6)
Int64 get endHeight

The height of the last/latest block in the epoch

Implementation

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

Implementation

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