ethereum-abi-types-generator
ethereum-abi-types-generator copied to clipboard
Use unique interface name for tuple requests
Currently if a function has multiple tuple parameters only one Request interface is generated and used for all of them.
I haven't tested this change, and not sure how deep tuples are handled but I think something like this should be useful.
Hey sorry i missed this.. when would you have a tuple named the same name with different interface?
foo(tuple arg1, tuple arg2)
currently creates one interface named FooRequest, after this change it should create FooArg1Request and FooArg2Request
Ahhhh I get you have you got an example ABI I can use to do some testing that you have used to verify this change? If not no worries can gen one and test it out
I don't have one, sorry
Scam Comment @joshstevens19