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 value) => $_setInt64(6, value);
Gas price
@$pb.TagNumber(7)
$fixnum.Int64 get gasPrice => $_getI64(6);
@$pb.TagNumber(7)
set gasPrice($fixnum.Int64 value) => $_setInt64(6, value);