stepLimit property

  1. @TagNumber.new(4)
List<int> get stepLimit

The amount of step to send with the transaction.

Implementation

@$pb.TagNumber(4)
$core.List<$core.int> get stepLimit => $_getN(3);
  1. @TagNumber.new(4)
set stepLimit (List<int> v)

Implementation

@$pb.TagNumber(4)
set stepLimit($core.List<$core.int> v) {
  $_setBytes(3, v);
}