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