gasLimit property

  1. @TagNumber.new(10)
List<int> get gasLimit

gas limit (uint256, serialized big endian)

Implementation

@$pb.TagNumber(10)
$core.List<$core.int> get gasLimit => $_getN(9);
  1. @TagNumber.new(10)
set gasLimit (List<int> value)

Implementation

@$pb.TagNumber(10)
set gasLimit($core.List<$core.int> value) => $_setBytes(9, value);