Description Usage Arguments Value
View source: R/ethRPCFunctions.R
Returns the number of transactions in a block from a block matching the given block hash.
1 2 | eth_getBlockTransactionCountByHash(block_hash,
rpc_address = "http://localhost:8545")
|
block_hash |
32 Bytes - hash of a block. |
rpc_address |
The address of the RPC API. |
hex value of the number of transactions in this block.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.