How to handle multiple web3 transactions in nodejs

后端 未结 0 638
[愿得一人]
[愿得一人] 2020-12-18 06:39

I am handling a transaction like this:

web3.eth.getTransactionCount(sender_address, (err, txCount) =>{
        console.log(txCount)
        if(err){
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题