SwapAndAddData
struct SwapAndAddData {
    SwapData swapData;
    AddLiquidityData addData;
}
Variables
| Name | Type | Description | 
|---|---|---|
swapData | SwapData | SwapData struct containing data for swapping one of the tokens for the other | 
addData | AddLiquidityData | AddLiquidityData struct containing data for adding liquidity |