eth_getTransactionCount
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the number of transactions sent from address.
Parameters
Address
Address
Address to fetch count for.
BlockNumber
HexString<Number>
| "latest"
| "earliest"
| "pending"
Hexadecimal block number, or the string "latest", "earliest" or "pending".
Return Type
HexString<Number>
- Number of transactions sent from address.
Example