Guest User

Untitled

a guest
Mar 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var event = myContract.LogJob({}, {fromBlock:0, toBlock:'latest'});
  2. event.watch(function(error, result) {
  3. console.log(JSON.stringify(result));
  4. });
Add Comment
Please, Sign In to add comment