Since I am only using Provable (formerly Oraclize) in order to make a cron job, and calling only a function from inside my smart contract (like here), I was wondering if the parameters myid and result were mandatory.
So my question is, if I have no need for external API call results, can I just write this?
function __callback() public {
...
}