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
Currently, Blockchain has the method openContract, which returns SandboxContract which is incompatible with OpenedContract from @ton/core. We need to make Blockchain compatible with @ton/core's interfaces, and for that we're missing the open method which would return OpenedContract.