sandbox-smart-contracts
sandbox-smart-contracts copied to clipboard
feat: remove getFeeSide improve code readability
Description
remove get fee side and move code to doTransfer, now it is more clear that we only take fees and royalties if one side is ERC20. Improve code readability by splitting asset type and value in DealSide struct.