decentraland / decentraland-eth

DEPRECATED - Ethereum common helpers for Decentraland
https://decentraland.github.io/decentraland-eth/
Apache License 2.0
15 stars 9 forks source link

Fix ABI types #1

Open belohlavek opened 6 years ago

belohlavek commented 6 years ago

There are lots of methods that are added to a contract instance on runtime. The signatures for these methods can be found on the ABI (which is currently typed as any).

Without these something like contract.landData(x,y) will display errors.