Posted on c/ElrondDevelopers 2 jac8475424200c/ElrondDevelopers 2 years ago Hello guys!! Let’s say contract A calls a method of contract B. Is there a way to know the tokens that contract A received as a result of this call? Comment 2 Comments ian8639380436 2years ago DEX contracts usually just return the payments as results, so any other SC that integrates them can parse those to see what they received dmn8392211779 2years ago I think you can do so using a call back function
DEX contracts usually just return the payments as results, so any other SC that integrates them can parse those to see what they received
I think you can do so using a call back function