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 value)

Implementation

@$pb.TagNumber(7)
set gasPrice($fixnum.Int64 value) => $_setInt64(6, value);