Closed KaiserKarel closed 2 months ago
json-abi
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.
No response
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
This is useful for indexers and database usage.
Additional context
No response