Guest User

Untitled

a guest
Mar 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. eth.getTransactionByHash(tHash)
  2. .then((result) => {
  3. alert(result['blockHash']);
  4. })
  5. .catch((error) => {
  6. alert(error.message);
  7. });
Add Comment
Please, Sign In to add comment