Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const ParityApi = require('@parity/api')
  2. const bonds = createBonds({api: new ParityApi(web3.currentProvider)})
  3.  
  4. bonds.blocks('0x8d4eaa4d6c8d54597896222d32a7af3c2ac9f8583e86cbcc520142d1cdd3044e').tie(console.log)
  5.  
  6. bonds.accounts.tie(console.log)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement