eth_getTransactionCount
Last updated
Last updated
Returns the number of transactions sent from an address.
ADDRESS
, The address from which the transaction count to be checked.
BLOCKNUMBER |TAG
- The block number as a string in hexadecimal format or the string "latest", "earliest" or "pending", see the .
RESULT
- integer of the number of transactions send from this address.