【发布时间】:2021-12-31 19:38:42
【问题描述】:
我正在开发一个新的 dapp,我想知道当前的以太坊网络状态,这是与 web3 一起发送的正确参数,即
myconytact.methods.myfunction(<params>).send({from:address,?????})
我的问题是gas,gas limit等等。我应该使用estimateGas?以及在 send() 中传递的对象中的 put gas:gas? 谢谢
【问题讨论】:
标签: ethereum smartcontracts web3