You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently writing manually all the functions implementations for our wrapper trait that calls the underlying generated alloy implementaiton. This is very repetitive and error prone.
Current Behavior
We are currently writing manually all the functions implementations for our wrapper trait that calls the underlying generated alloy implementaiton. This is very repetitive and error prone.
See here for an example.
Expected Behavior
We would like to have a macro that we can derive from or simply call like
callable_contract!
which would generate this implementation for us.The text was updated successfully, but these errors were encountered: