Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

applyFeeMultiplierToBigInt

applyFeeMultiplierToBigInt(value, feeOption): bigint

Defined in: packages/helpers/src/modules/feeMultiplier.ts:61

Apply fee multiplier to a BigInt value (for EVM chains).

bigint

The base fee value as BigInt

FeeOption = FeeOption.Average

The fee option (Average, Fast, Fastest)

bigint

The multiplied fee value as BigInt