Interface SwapSimulationResponse

Response from swap simulation

interface SwapSimulationResponse {
    amount0: bigint;
    amount1: bigint;
    sqrtPriceX96After: bigint;
}

Properties

amount0: bigint

Final token0 amount after swap

amount1: bigint

Final token1 amount after swap

sqrtPriceX96After: bigint