heimdall-rs
heimdall-rs copied to clipboard
feat(decode): support decoding of raw logs
This is a problem because you don't know the order of parameters, or if a parameter is indexed or not.
If you want to tackle this and i haven't, send me a more drop a comment!
@phyyou let's tackle on this
👀
yep! this should be implemented as a TryFrom
ideally, and should maybe return a Vec
of possibilities since decoding raw logs is very ambiguous.