Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. String transaction = "
  2. {
  3. "from": "my address",
  4. "to": "an address of a recipient",
  5. "value": "a value in Wei converted to Hex String",
  6. "chainId": 1,
  7. "nonce": 0
  8. }"
  9.  
  10. String txData = makeKeccak256(privateKey + transaction.toHex());
  11.  
  12. rlp: expected input list for types.txdata
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement