gasPriceCoef property

  1. @TagNumber.new(5)
int get gasPriceCoef

Implementation

@$pb.TagNumber(5)
$core.int get gasPriceCoef => $_getIZ(4);
  1. @TagNumber.new(5)
set gasPriceCoef (int v)

Implementation

@$pb.TagNumber(5)
set gasPriceCoef($core.int v) { $_setUnsignedInt32(4, v); }