Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // Request
  2. curl -X POST --data '{"jsonrpc":"2.0","method":"eth_newFilter","params":[{"topics":["0x12341234"]}],"id":73}'
  3.  
  4. // Result
  5. {
  6. "id":1,
  7. "jsonrpc": "2.0",
  8. "result": "0x1" // This is the filter ID- 0x1
  9. }
Add Comment
Please, Sign In to add comment