Replies: 1 comment 1 reply
-
This is currently not possible. A workaround is to split the ABIs and use each separately to specify which overloaded method to use. (Interaction with @tmm on x: https://twitter.com/awkweb/status/1759788457491145192?t=APAXKJKK3jSAG6gVJyIL6Q&s=19) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
I'm currently creating a ViemAdapter for SafeCoreSdk. I've come across a function that is overloaded with the same number of parameters but with different types.
For instance, consider the CompatiblityFallbackHandler:isValidSignature, which includes
isValidSignature(bytes32,bytes)
andisValidSignature(bytes,bytes)
.In such cases, how can I specify which version of the function to use?
For reference
Beta Was this translation helpful? Give feedback.
All reactions