We have upgraded the product to App Kit and recommend using it for all production deployments. USDCKit will remain available as a private beta product. Thank you.
@circle-fin/usdckit - v0.25.4
    Preparing search index...

    Type Alias GetSwapExactInQuoteParams

    Parameters for the getSwapExactInQuote function.

    type GetSwapExactInQuoteParams = {
        chain?: Chain;
        fee?: number;
        tokenIn: Address | { abi?: Abi; address: Address };
        tokenInAmount: NativeUnits | BaseUnits;
        tokenOut: Address | { abi?: Abi; address: Address };
    }
    Index

    Properties

    chain?: Chain

    The blockchain network on which the quote will be calculated.

    fee?: number

    Fee pool

    tokenIn: Address | { abi?: Abi; address: Address }

    The token to swap from.

    tokenInAmount: NativeUnits | BaseUnits

    The amount of the token to swap from

    tokenOut: Address | { abi?: Abi; address: Address }

    The token to swap to.