Description: Retrieves the number of transactions sent from a given address.
Parameters
Name
Type
Description
address
string
The address to retrieve the transaction count from.
quantity or tag
integer / string
integer
Block number encoded as a hexadecimal, or one of 'latest', 'earliest', or 'pending'.
'latest'
'earliest'
'pending'
Returns
result
Integer number of transactions sent from the address, encoded as a hexadecimal.