Appearance
struct SwapPath { address protocol; address tokenIn; address tokenOut; }
struct SwapData { uint256 inAmt; uint256 outAmt; bool withAbsorb; uint256 ratio; }
struct Swap { struct Structs.SwapPath path; struct Structs.SwapData data; }