gasPrice property

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

Gas price

Implementation

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

Implementation

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