lastBlockHeight property

  1. @TagNumber(4)
Int64 lastBlockHeight

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get lastBlockHeight => $_getI64(3);
  1. @TagNumber(4)
void lastBlockHeight=(Int64 v)

Implementation

@$pb.TagNumber(4)
set lastBlockHeight($fixnum.Int64 v) { $_setInt64(3, v); }