eth.rb
eth.rb copied to clipboard
eth/abi: decode/encode multi-dimensional arrays
types = ["uint256[][]", "string[]"]
args = [[[1, 2], [3]], ["one", "two", "three"]]