🤔 Got questions? Schedule an office hours session.

eth_getTransactionCount - Fraxtal Holesky


Summary

Returns the number of transactions sent from an address.

Parameters

1. Address Address

A string representing the address (20 bytes) to check for transaction count for
Example: i.e. 0x12345...

2. Block Number Quantity or Tag

Hex block number, or the string latest, earliest or pending
Example: i.e. latest or pending

Code Examples