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

    Type Alias GetSwapExactInQuoteReturnType

    type GetSwapExactInQuoteReturnType = {
        chain: Chain;
        gas: bigint;
        tokenIn: Address;
        tokenInAmount: BaseUnits;
        tokenOut: Address;
        tokenOutAmount: BaseUnits;
    }
    Index

    Properties

    chain: Chain

    The blockchain network on which the quote was calculated

    gas: bigint

    The gas estimate for the operation

    tokenIn: Address

    The input token address

    tokenInAmount: BaseUnits

    The amount of input token

    tokenOut: Address

    The output token address

    tokenOutAmount: BaseUnits

    The estimated minimum amount of the token to receive from the swap. This is used to protect against slippage.