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
This bit of code could be made more generic if there was some trait X that has deployment_information. I tried using ethcontract::contracts::Instance but cargo complained that it was a struct and not a trait.
This bit of code could be made more generic if there was some trait
X
that hasdeployment_information
. I tried usingethcontract::contracts::Instance
but cargo complained that it was a struct and not a trait.The text was updated successfully, but these errors were encountered: