Closed fvictorio closed 5 years ago
The output of eth event:get (and event:watch) looks like this:
eth event:get
event:watch
$ eth event:get ./Box_sol_Box.abi 'ValueIncrementedBy' 0xa586074fa4fe3e546a132a16238abe37951d41fe ValueIncrementedBy(4)
which doesn't have enough information and can't be parsed. Two things to improve here:
--json
The output of
eth event:get
(andevent:watch
) looks like this:which doesn't have enough information and can't be parsed. Two things to improve here:
--json
flag to print events in JSON, so that they can be more easily processed