gasPrice property

  1. @TagNumber.new(7)
Int64 get gasPrice

Gas price

Implementation

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

Implementation

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