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
An EthContract that contains bytcode should be able to have Solidity libraries linked to it before installing.
Something like theContract.linkLibrary( libName, libAddress )
The text was updated successfully, but these errors were encountered:
An EthContract that contains bytcode should be able to have Solidity libraries linked to it before installing.
Something like
theContract.linkLibrary( libName, libAddress )
The text was updated successfully, but these errors were encountered: