interface SwapExact {
    amountIn: Amount;
    amountOut: Amount;
}

Properties

Properties

amountIn: Amount
amountOut: Amount