klay_getTransactionCount
Returns the number of transactions sent from an address.
Parameters
Type
Description
20-byte DATA
Address
QUANTITY | TAG | HASH
Integer or hexadecimal block number, or the string "earliest"
, "latest"
or "pending"
, or block hash.
Return Value
Type
Description
QUANTITY
Integer of the number of transactions send from this address.
Example
Last updated