Open
Description
Component
sol! macro
Describe the feature you would like
Currently Clone
is automatically derived for any types generated by the sol!
whether that be an event
, error
, or function call.
We should derive Debug, PartialEq, Eq
automatically as well.
This will also enable us to implement the same for SolInterface
container types which are generated for contract bindings and make DX a lot easier.
Additional context
No response
Metadata
Assignees
Labels
Type
Projects
Status
Todo
Activity