Interface LpTokenEstimationResponse

Response from LP token estimation

interface LpTokenEstimationResponse {
    lpTokens: bigint;
    finalAmount0: bigint;
    finalAmount1: bigint;
}

Properties

lpTokens: bigint

Estimated amount of LP tokens to be received

finalAmount0: bigint

Final amount of token0 that will be deposited

finalAmount1: bigint

Final amount of token1 that will be deposited