gasPrice property

  1. @TagNumber(1)
Int64 get gasPrice

Implementation

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

Implementation

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