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
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
From the website:
I would tend to guess that
A
is the name of a contract, i.e.,typeof A == "string"
.However, since you also use
A.address
, this variable has to be an object of some sort.How do I generate this object (or where do I obtain it from)?
The answer is `A = artifacts.require("A.sol"), so it should probably precede the code above.
Thanks
The text was updated successfully, but these errors were encountered: