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

Implementation

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