Interface AddLiquidityParams

interface AddLiquidityParams {
    amountIn: BN;
    minLpAmountOut: BN;
}

Properties

amountIn: BN
minLpAmountOut: BN