eth_getTransactionCount - Ethereum
Shows the number of transactions that were sent from one stated address
How to Use the eth_getTransactionCount Method
Parameters
DATA, 20 Bytes - sender’s address.
QUANTITY|TAG - the string "latest", "earliest" or "pending", or an integer block number, as you can see in the default block parameter. params:
What you receive
QUANTITY - how many transactions were sent from the stated address, presented as an integer.
Sample
Here is a typical appliance example.
Call
Outcome
Last updated