gasLimit property
- @TagNumber.new(8)
Limit for gas used
Implementation
@$pb.TagNumber(8)
$fixnum.Int64 get gasLimit => $_getI64(7);
- @TagNumber.new(8)
Implementation
@$pb.TagNumber(8)
set gasLimit($fixnum.Int64 v) {
$_setInt64(7, v);
}
Limit for gas used
@$pb.TagNumber(8)
$fixnum.Int64 get gasLimit => $_getI64(7);
@$pb.TagNumber(8)
set gasLimit($fixnum.Int64 v) {
$_setInt64(7, v);
}