Nanolucas
Nanolucas
If it's like the call() function, then you need to include all contract method parameters one by one after the contract method name. e.g. my code for call() is something...
Completed implementation of Contract::getEventLogs() functionality, as initially described/requested in https://github.com/web3p/web3.php/issues/93
After looking into this further it seems it isn't necessarily related to being part of an array. I've changed the function so it returns each of the coordinates separately e.g....
+1 for documented examples of all function calls. I spent hours trying to figure out why my call wasn't working and it turned out I just had the parameters passed...
It took me a long time to track down that this was the same issue I was having. I had a setup with: > contracts/[name].sol > interfaces/[name].sol and I could...