-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "Undefined array key "coders"" #346
Comments
i am encountering the same issue now |
I have same issue while reading tuple data output I have modified Ethabi class decodeParameters function as given below and its working fine: public function decodeParameters($types, $param)
|
I have same issue while reading tuple data output I have modified Ethabi class decodeParameters function as given below and its working fine: public function decodeParameters($types, $param)
} |
nice |
I'm having this error
Undefined array key "coders"
when methods has tuple[] or tuple as input/output/web3p/web3.php/src/Contracts/Types/Tuple.php:116
input as tuple[]
tuple as output
The text was updated successfully, but these errors were encountered: