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.
Parameters
Section titled “Parameters”feeOption
Section titled “feeOption”FeeOption
= FeeOption.Average
The fee option (Average, Fast, Fastest)
Returns
Section titled “Returns”object
Object with numerator and denominator for BigInt calculations
denominator
Section titled “denominator”denominator:
bigint
numerator
Section titled “numerator”numerator:
bigint