gasLimit property
- @TagNumber.new(5)
Gas limit.
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get gasLimit => $_getI64(4);
- @TagNumber.new(5)
Implementation
@$pb.TagNumber(5)
set gasLimit($fixnum.Int64 v) {
$_setInt64(4, v);
}
Gas limit.
@$pb.TagNumber(5)
$fixnum.Int64 get gasLimit => $_getI64(4);
@$pb.TagNumber(5)
set gasLimit($fixnum.Int64 v) {
$_setInt64(4, v);
}