eth.rb icon indicating copy to clipboard operation
eth.rb copied to clipboard

eth/abi: decode/encode multi-dimensional arrays

Open q9f opened this issue 3 years ago • 0 comments

      types = ["uint256[][]", "string[]"]
      args = [[[1, 2], [3]], ["one", "two", "three"]]

q9f avatar Feb 16 '23 10:02 q9f