Replies: 1 comment 5 replies
-
Yes! You can see the rationale here: https://github.com/wagmi-dev/viem/blob/main/.github/FAQ.md#why-is-a-contract-function-return-type-returning-an-array-instead-of-an-object |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example:
Gate data used to provide the names for the variables making them more readable, but now it returns an array of types like
readonly [boolean, number, number, number,
0x${string}, bigint]
is there a reason for this?Beta Was this translation helpful? Give feedback.
All reactions