maxTxId property

  1. @TagNumber(6)
Int64 maxTxId

Implementation

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

Implementation

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