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

    tokenIn: Address | ChainContract

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

    tokenOut: Address | ChainContract

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