Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Allow deserializing ethabi decoded events dynamically #549

Closed
KaiserKarel opened this issue Feb 29, 2024 · 0 comments
Closed

[Feature] Allow deserializing ethabi decoded events dynamically #549

KaiserKarel opened this issue Feb 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@KaiserKarel
Copy link

KaiserKarel commented Feb 29, 2024

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

@KaiserKarel KaiserKarel added the enhancement New feature or request label Feb 29, 2024
@linear linear bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant