Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

web3-eth-abi 调用encodeFunctionCall编码abi,inputs 参数是string[]时 编码失败

    var inputs = [{type: "string[2]", name: "n"}]
    web3Abi.encodeFunctionCall({
        name: 'set' ,
        type: 'set',
        inputs: inputs
    }, ["[]"])

错误信息:
Error: expected array value (argument="n", value="[]", code=INVALID_ARGUMENT, version=abi/5.0.7)

只有string[] 类型有问题这种情况怎么解决,其它类型都ok。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.9k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...