@circle-fin/usdckit - v0.21.0
    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.