Hey everybody ! I'm working on function in my SC to interact with an other Smart Contract, I read the docs and they talk about async call with result, but what happens if there is more than one result of the call ? And how can I simulate a call to see if it's working ?
What do you mean by more results ? You mean 2 async callbacks? If so I think the async has to be at the end of the function and after it will end the function so no time for a second call
What do you mean by more results ? You mean 2 async callbacks? If so I think the async has to be at the end of the function and after it will end the function so no time for a second call