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> value)

Implementation

@$pb.TagNumber(4)
set stepLimit($core.List<$core.int> value) => $_setBytes(3, value);