eth_getTransactionCount
Returns the number of transactions sent from an address.
Parameters
-
address: [Required] A string representing the address (20 bytes). -
block parameter: [Required] A hexadecimal block number, or one of the string tagslatest,earliest,pending, orfinalized. See the default block parameter.warningsafeisn't supported. Usefinalizedinstead.
Returns
transaction count: A hexadecimal equivalent of the integer representing the number of transactions sent from the given address.