ftm.getTransactionCount()
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
Block number encoded as a hexadecimal, or one of 'latest'
, 'earliest'
, or 'pending'
.
Returns
Type
Description
result
Integer number of transactions sent from the address, encoded as a hexadecimal.
Last updated