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