We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Is there a way to encode an array of tuples? Would like to do the following in ethc but didn't seem like it was supported
from eth_abi.abi import encode print(encode(("(uint64,uint64)[]",),([(1,2),(3,4)],)).hex())