Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. txutils.valueTx(txObject)
  2.  
  3. txutils.functionTx(abi, functionName, args, txObject)
  4.  
  5. tx = {
  6. nonce: '..',
  7. gasPrice: '..',
  8. gasLimit: '..',
  9. to: '..',
  10. value: '..',
  11. data: '...'
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement