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

getFeeMultiplierAsBigInt

getFeeMultiplierAsBigInt(feeOption): object

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

Get fee multiplier as BigInt for EVM calculations. Returns numerator and denominator for precise BigInt arithmetic.

FeeOption = FeeOption.Average

The fee option (Average, Fast, Fastest)

object

Object with numerator and denominator for BigInt calculations

denominator: bigint

numerator: bigint