We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sol!
sol! macro
Currently Clone is automatically derived for any types generated by the sol! whether that be an event, error, or function call.
Clone
event
error
We should derive Debug, PartialEq, Eq automatically as well.
Debug, PartialEq, Eq
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.
SolInterface
No response
The text was updated successfully, but these errors were encountered:
yash-atreya
No branches or pull requests
Component
sol! macro
Describe the feature you would like
Currently
Clone
is automatically derived for any types generated by thesol!
whether that be anevent
,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
The text was updated successfully, but these errors were encountered: