@circle-fin/usdckit - v0.18.0
    Preparing search index...

    Variable LOWConst

    LOW: (
        __namedParameters: EstimateFeesPerGasParams,
    ) => Promise<
        {
            gas: bigint;
            gasPrice?: undefined;
            maxFeePerBlobGas?: undefined;
            maxFeePerGas: bigint;
            maxPriorityFeePerGas: bigint;
        },
    > = ...

    Pre-configured fee level estimation function. Uses the LOW fee level settings for transfer fee estimation.

    Type declaration

      • (
            __namedParameters: EstimateFeesPerGasParams,
        ): Promise<
            {
                gas: bigint;
                gasPrice?: undefined;
                maxFeePerBlobGas?: undefined;
                maxFeePerGas: bigint;
                maxPriorityFeePerGas: bigint;
            },
        >
      • Parameters

        Returns Promise<
            {
                gas: bigint;
                gasPrice?: undefined;
                maxFeePerBlobGas?: undefined;
                maxFeePerGas: bigint;
                maxPriorityFeePerGas: bigint;
            },
        >