April 2017
Intermediate to advanced
266 pages
7h 4m
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