Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. curl --request POST \
  2. --url http://localhost:8545/ \
  3. --header 'content-type: application/json' \
  4. --data '{
  5. "id": 3978791466282,
  6. "jsonrpc": "2.0",
  7. "params": [
  8. {
  9. "from": "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1",
  10. "to": "0x0d370b0974454d7b0e0e3b4512c0735a6489a71a",
  11. "value": "0x0",
  12. "data": "0x969494200000000000000000000000000000000000000000000000000000000000000002",
  13. "gas": "0x6170d4",
  14. "gasPrice": "0x174876e800"
  15. }
  16. ],
  17. "method": "eth_estimateGas"
  18. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement