Closed ShoaibKakal closed 2 years ago
i forgot adding braces around the outputs in Function Wrong: val function = com.esaulpaugh.headlong.abi.Function("getName()", "string") Correct: val function = com.esaulpaugh.headlong.abi.Function("getName()", "(string)")
I've a getName() that returns a string.
I'm getting error that ArrayType cannot be cast to TupleType? How to get rid of this?