ethereum-multicall
ethereum-multicall copied to clipboard
Add generic response type for multicall.call()
Add the ability to specify a generic type for multicall response:
multicall.call<T>
This will enable adding typesafe bindings to contract calls
Would love to see an integration point between this project and TypeChain
!
Will take a look guys!