gasPriceCoef property
/ Coefficient used to calculate the gas price for the transaction.
Implementation
@$pb.TagNumber(5)
$core.int get gasPriceCoef => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set gasPriceCoef($core.int v) {
$_setUnsignedInt32(4, v);
}