Interface RemoveCompoundingLiquidityParams

interface RemoveCompoundingLiquidityParams {
    compoundingAmountIn: BN;
    minAmountOut: BN;
}

Properties

compoundingAmountIn: BN
minAmountOut: BN