gasPriceCoef property

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

/ Coefficient used to calculate the gas price for the transaction.

Implementation

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

Implementation

@$pb.TagNumber(5)
set gasPriceCoef($core.int value) => $_setUnsignedInt32(4, value);