December 2018
Beginner to intermediate
564 pages
17h 34m
English
Once your result is ready, Oraclize will send a transaction back to your contract address and invoke one of these three methods:
Here is an example of the __callback function:
function __callback(bytes32 myid, string result) { if (msg.sender != oraclize_cbAddress()) throw; ...Read now
Unlock full access