Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var subscription = web3.eth.subscribe('logs', {
  2. address: '0x123456..',
  3. topics: ['0x12345...'] }, function(error, result){
  4. if (!error)
  5. console.log(log);
  6. });
  7.  
  8. TypeError: web3.eth.subscribe is not a function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement