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

    Function FEE_LEVEL

    • Estimates the fee levels for a transfer.

      Parameters

      • level: "LOW" | "MEDIUM" | "HIGH"

        The fee level

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

      A function that estimates the fees for a transfer request.