eth_getTransactionCount: Eth getTransactionCount

Description Usage Arguments Value

View source: R/ethRPCFunctions.R

Description

Returns the number of transactions sent from an address - state at given block number.

Usage

1
2
eth_getTransactionCount(address, block_number,
  rpc_address = "http://localhost:8545")

Arguments

address

20 Bytes - address.

block_number

hex value of block number, or the string "latest", "earliest" or "pending".

rpc_address

The address of the RPC API.

Value

hex of the number of transactions send from this address.


BSDStudios/ethr documentation built on May 5, 2019, 10:26 a.m.