eth_getTransactionCount
Returns the number of transactions sent from given address at given time (block number)
web3.eth.getTransactionCount(address [, defaultBlock] [, callback])Parameters
Returns
Example
> web3.eth.getTransactionCount("0x063eBCD1dB02320814Acc0721e65f14b8755Ff41").then(console.log)
> 12Last updated