currently for our dex predeploy, all actions (swap, addliquidity, removeliquidity) returns bool. However, usually these actions return more informative data such as amountOut, shares, which will be helpful for predicting action result.
For example, if we want to get the estimated share amount when adding liquidity, now we have to do some manual calculation, which isn't that convenient