q9f / eth.rb

a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
https://q9f.github.io/eth.rb
Apache License 2.0
200 stars 86 forks source link

eth/abi: decode/encode multi-dimensional arrays #217

Open q9f opened 1 year ago

q9f commented 1 year ago
      types = ["uint256[][]", "string[]"]
      args = [[[1, 2], [3]], ["one", "two", "three"]]