gasLimit property

  1. @TagNumber.new(8)
Int64 get gasLimit

Limit for gas used

Implementation

@$pb.TagNumber(8)
$fixnum.Int64 get gasLimit => $_getI64(7);
  1. @TagNumber.new(8)
set gasLimit (Int64 v)

Implementation

@$pb.TagNumber(8)
set gasLimit($fixnum.Int64 v) {
  $_setInt64(7, v);
}