2021-05-30 10:08 发起提问
2021-05-02 14:54 发起提问
2021-04-21 07:37 回答问题
感觉,那种难度值的,自动调整,是怎么做到的~~
题主这种情况,私有链中,多出现几个 miner, 难度会“自动”调整?
“自动”是怎么做到的?
2021-04-17 15:51 回答问题
只是把 call 修改为 send,会报下面这个错误:
同时,需要
2021-04-10 18:17 发起提问
2021-04-09 19:36 回答问题
如果采用回调函数的方法:
myContract.methods.myMethod(123).send({
from: '0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe'},
function(error, transactionHash){
...
});
txHash 又不会告诉我,有没有成功调用啊~
2021-04-06 08:23 发起提问