Interface SwapAmountAndFees

interface SwapAmountAndFees {
    amountOut: BN;
    feeIn: BN;
    feeOut: BN;
}

Properties

amountOut: BN
feeIn: BN
feeOut: BN