1
- refactor input_amount and output_amount into enum AmountToExchange { ExactInput(f64), ExactOutput(f64) }