Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. web3.eth.sendTransaction(
  2. {from:account3, to: account2, value: web3.utils.toWei('1','ether')}
  3. ).then(function(receipt) {console.log(receipt.blockNumber)}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement