gasUnitPrice property

  1. @TagNumber.new(4)
Int64 get gasUnitPrice

Gas unit price - queried through API (uint64)

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get gasUnitPrice => $_getI64(3);
  1. @TagNumber.new(4)
set gasUnitPrice (Int64 v)

Implementation

@$pb.TagNumber(4)
set gasUnitPrice($fixnum.Int64 v) {
  $_setInt64(3, v);
}