Description Usage Arguments Value
View source: R/ethRPCFunctions.R
Returns the number of transactions sent from an address - state at given block number.
1 2 | eth_getTransactionCount(address, block_number,
rpc_address = "http://localhost:8545")
|
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. |
hex of the number of transactions send from this address.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.