eth-contract-api
eth-contract-api copied to clipboard
More info in contract eventListener
This would be nice to get more info, in partucular about the transaction (or at least a hash of it), in the event listener. The use case I have is about multiple EthJ nodes, each if them would handle same event and repeat same excercise - in my case persist in the shared DB. I'd like to avoid it.