You can simply use web3.eth.getTransactionCount to get the transaction nonce but it doesn’t include the transactions pending in the transaction pool. The purpose of this API is to simply retrieve total transactions count from the blockchain only till a particular block (by default latest block). So when you are pushing a lot of transactions from […]
↧