applyFeeMultiplierToBigInt
applyFeeMultiplierToBigInt(
value
,feeOption
):bigint
Defined in: packages/helpers/src/modules/feeMultiplier.ts:61
Apply fee multiplier to a BigInt value (for EVM chains).
Parameters
Section titled “Parameters”bigint
The base fee value as BigInt
feeOption
Section titled “feeOption”FeeOption
= FeeOption.Average
The fee option (Average, Fast, Fastest)
Returns
Section titled “Returns”bigint
The multiplied fee value as BigInt