makerdao / multicall.js

Multicall.js: A JavaScript blockchain state management library for dapps
MIT License
421 stars 97 forks source link

How to call functions that return tuples? #49

Open cinnaminty-d opened 2 years ago

cinnaminty-d commented 2 years ago

Does multicall allow for tuple return types? On line 63 of aggregate.js, the call return types are comma-delimited with no exceptions, so I don't know how to format the call string to account for tuples.

himanshuOro commented 1 year ago

Please Reply! Is This issue closed? Is there any solution for the existing problem