Interface SwapParams

interface SwapParams {
    amountIn: BN;
    minAmountOut: BN;
}

Properties

amountIn: BN
minAmountOut: BN