@soku-dex/sdk
    Preparing search index...

    Interface AddLiquidityPairSimulationOutput

    Output parameters for simulating adding liquidity to a trading pair. Used to calculate the optimal distribution of tokens when adding liquidity to a pool.

    interface AddLiquidityPairSimulationOutput {
        amount0Out: bigint;
        amount1Out: bigint;
        fees: bigint;
        newReserve0: bigint;
        newReserve1: bigint;
        valid: boolean;
    }
    Index

    Properties

    amount0Out: bigint
    amount1Out: bigint
    fees: bigint
    newReserve0: bigint
    newReserve1: bigint
    valid: boolean