source = "contract test { f-6ren">
gpt4 book ai didi

ethereum - 坚固性未定义

转载 作者:行者123 更新时间:2023-12-02 21:46:58 25 4
gpt4 key购买 nike

我在使用solidity编写简单合约时遇到一个问题。就像这样:

> web3.eth.getCompilers()
["Solidity"]
> source = "contract test { function multiply(uint a) returns(uint d) { return a * 7; } }"
"contract test { function multiply(uint a) returns(uint d) { return a * 7; } }"
> source
"contract test { function multiply(uint a) returns(uint d) { return a * 7; } }"
> clientContract = eth.compile.solidity(source).test
undefined

我不知道为什么结果是“未定义”,哪里出了问题?我在 mac 操作系统上使用它。

最佳答案

根据Greeter variables are all undefined and contract doesn't run JavaScript 中的 undefined 并不是一件坏事。变量声明总是返回undefined,无需担心。

因此,要回答您的问题,没有任何问题,只需继续编译的 clientContract 并忽略 undefined 返回消息即可。

关于ethereum - 坚固性未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42061479/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com