Learn R Programming

ether (version 0.1.6)

eth_getTransactionCount: Returns the number of transactions sent from an address.

Description

Returns the number of transactions sent from an address.

Usage

eth_getTransactionCount(address = NULL, number = "latest")

Arguments

address

A 20 byte (hexadecimal) Ethereum address.

number

An integer block number (as a hexidecimal string) or one of "earliest", "latest" or "pending".

Value

Integer.

Examples

Run this code
# NOT RUN {
eth_getTransactionCount("0xD34DA389374CAAD1A048FBDC4569AAE33fD5a375")
# }

Run the code above in your browser using DataLab