Interface AddCompoundingLiquidityParams

interface AddCompoundingLiquidityParams {
    amountIn: BN;
    minCompoundingAmountOut: BN;
}

Properties

amountIn: BN
minCompoundingAmountOut: BN