Consensys / abi-decoder

Nodejs and Javascript library for decoding data params and events from ethereum transactions
GNU General Public License v3.0
638 stars 222 forks source link

support 2 dimension array tuple as params in decode method #73

Open hungpq14 opened 3 years ago

hungpq14 commented 3 years ago

Some function with param have array of tuple and 2 dimension array of tuple now can not decode bytes data.

This pull request to make it posible.