I am handling a transaction like this:
web3.eth.getTransactionCount(sender_address, (err, txCount) =>{ console.log(txCount) if(err){