Type Alias ChainEstimateFeesPerGasFnParameters<formatters>

ChainEstimateFeesPerGasFnParameters<formatters>: {
    type: FeeValuesType;
    multiply(x: bigint): bigint;
} & ChainFeesFnParameters<formatters>

Type Parameters

Type declaration

  • type: FeeValuesType

    The type of fees to return.

  • multiply:function
    • A function to multiply the base fee based on the baseFeeMultiplier value.

      Parameters

      • x: bigint

      Returns bigint