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 GetPoolParams

    Parameters for the getPool function.

    type GetPoolParams = {
        chain?: Chain;
        fee?: number;
        tokenIn: Address | ChainContract;
        tokenOut: Address | ChainContract;
    }
    Index

    Properties

    chain?: Chain

    The blockchain network on which the transaction will be executed.

    fee?: number

    Fee pool

    The address of the token or chain contract, if applicable.

    The address of the token or chain contract, if applicable.