maxTxId property
- @TagNumber(7)
default = maximum possible tx id / Maximum transaction ID to include.
Implementation
@$pb.TagNumber(7)
$fixnum.Int64 get maxTxId => $_getI64(5);
- @TagNumber(7)
Implementation
@$pb.TagNumber(7)
set maxTxId($fixnum.Int64 v) { $_setInt64(5, v); }