Replies: 1 comment
-
This might help https://viem.sh/docs/faq.html#why-is-a-contract-function-return-type-returning-an-array-instead-of-an-object |
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
-
Let's say I have such abi data.
Then I want to require only names of outpus by function name.
I expect
["name1", "name2", "name3", "name4", "name5"]
Beta Was this translation helpful? Give feedback.
All reactions