gasPrice property
- @TagNumber.new(7)
Gas price
Implementation
@$pb.TagNumber(7)
$fixnum.Int64 get gasPrice => $_getI64(6);
- @TagNumber.new(7)
Implementation
@$pb.TagNumber(7)
set gasPrice($fixnum.Int64 v) {
$_setInt64(6, v);
}
Gas price
@$pb.TagNumber(7)
$fixnum.Int64 get gasPrice => $_getI64(6);
@$pb.TagNumber(7)
set gasPrice($fixnum.Int64 v) {
$_setInt64(6, v);
}