Hi guys, quick question. I have a function that does not modify any storage but requires making sync calls to other SCs to compute a result.
If I want to call the function from erdpy, should I use erdpy contract query or erdpy contract call?
Also, if I need to use contract call, how can I check the returned value?
And the other calls also don't need to modify any storage? I would assume it would work with query then ????