mahileeb
mahileeb
I'm seeing a similar problem with arrays of Structs: ``` struct Foo { address a; uint64 b; } function doStuff(Foo[] calldata aFoos, Foo[] calldata bFoos) external { ... } ```
Turns out my issue is due to empty array parameters as per the source code comment in https://github.com/web3j/web3j/blob/master/abi/src/main/java/org/web3j/abi/datatypes/DynamicArray.java: ``` @Override public String getTypeAsString() { String type; // Handle dynamic array...
Here you go, thanks for the quick response [aws-google-auth.log](https://github.com/cevoaustralia/aws-google-auth/files/1350643/aws-google-auth.log)
I found the number in the html and clicked it on my phone and everything else has worked as expected. Look for jsname="EKvSSd". Sucks that you have to parse HTML...
Can we get the PR merged?