esaulpaugh / headlong

High-performance Contract ABI and RLP for Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guys, i have a question for how to parse params.

leiiiooo opened this issue · comments

I have a funciton signature like this:

functionName((address,uint256))

i donot know how pass the params. there is always a error named tuple length mismatch really thanks, by the way, may be we need more demos.

Tuple.singleton(Tuple.of())
Very, very interesting!

@esaulpaugh thanks!~~~