Description Usage Arguments Value
View source: R/ethRPCFunctions.R
Returns the number of transactions in a block from a block matching the given block number.
1 2 | eth_getBlockTransactionCountByNumber(block_number,
rpc_address = "http://localhost:8545")
|
block_number |
hex value of a block number, or the string "earliest", "latest" or "pending". |
rpc_address |
The address of the RPC API. |
QUANTITY - integer of the number of transactions in this block, hex format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.