core
core copied to clipboard
[Feature] Allow deserializing ethabi decoded events dynamically
Component
json-abi
Describe the feature you would like
It would be great if the json-abi could be used for programs that load abis during runtime to deserialize events into JSON or other structures. Something like
Event::parser(events).parse::<T: Deserialize>(bytes);
This is useful for indexers and database usage.
Additional context
No response