This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Implement the EthEvent
trait for generated event code in abigen
#228
Labels
enhancement
New feature or request
In #227, @mattsse introduced the
EthEvent
trait, for implementing event bindings.Currently, we only codegen the method implementations without the trait. We should make it so that the codegen also generates the trait.
The text was updated successfully, but these errors were encountered: