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
More of a general typescript question, but can you provide some more details on the multicall types that are used to infer the types of calls that are passed to multicall?
Instead of typing the input, it recursively loops through and infers the types. What benefits do you get from doing it this way? Does this pattern have a name and is there anywhere else to read about it? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
More of a general typescript question, but can you provide some more details on the multicall types that are used to infer the types of calls that are passed to multicall?
Instead of typing the input, it recursively loops through and infers the types. What benefits do you get from doing it this way? Does this pattern have a name and is there anywhere else to read about it? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions