here? I'm guessing the call function on the other side returns a boolean and that is used there. But I'm not sure what the comma means?
Call returns two values, success status and the data returned from the function. You are assigning the Boolean to the variable success to later require it most likely
I was expecting smth like that, but always good to verify. Thanks!
yup, on some contracts, you can see things like (item,,,,,) this is just a way to iterate the array and extract (in variable) only what you need
Обсуждают сегодня