web3p / web3.php

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
MIT License
1.16k stars 543 forks source link

Fix issue#188:https://github.com/web3p/web3.php/issues/188, support t… #292

Open abaowu opened 2 years ago

abaowu commented 2 years ago

Fix issue#188:https://github.com/web3p/web3.php/issues/188, support the tuple[] type.

vitaliibilanchuk commented 1 year ago

I tried this code and found that it doesn't work propertly with a dynamic tuple ( a tuple with dynamic parameters like string ). Not dynamyc types work fine. Have you checked dynamic tuples on own side?