maxTxId property

  1. @TagNumber(5)
Int64 maxTxId

Implementation

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

Implementation

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