gasPrice property

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

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get gasPrice => $_getI64(0);
  1. @TagNumber.new(1)
set gasPrice (Int64 value)

Implementation

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