[Feature] Add decode_log_validate
and decode_raw_log_validate
to SolEventInterface
#955
Labels
enhancement
New feature or request
Component
sol-types
Describe the feature you would like
The
validate
bool arg was removed in #863.#928 so far only added
decode_raw_log_validate
method for individualSolEvent
log types. Adecode_log_validate
method is still missing.The trait
SolEventInterface
that is used for enums representing all defined events which are generated bysol!
macro currently has neitherdecode_log_validate
nordecode_raw_log_validate
methods. I think we should have those methods as well.Additional context
No response
The text was updated successfully, but these errors were encountered: