Allow for "id" to be optionally passed into multicall for easier reference #2001
Unanswered
lootboi
asked this question in
Idea / Feature Request
Replies: 1 comment
-
This seems related to this discussion: #1699 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Working with hundreds of requests, to different contracts, for different reasons, all at once through the
mutlticall
method leads to instances where developers have to use workaround methods to filter out the different results for parsing.Solution
Allowing a unique identifier to be passed along with each contract object gives developers an easier way to filter results without significant workaround.
Current implementation
Proposed implementation
Beta Was this translation helpful? Give feedback.
All reactions