eth_getBlockTransactionCountByHash - Ethereum
Shows you the number of transactions that have proceeded in this block after you enter its hash
How to Use the eth_getBlockTransactionCountByHash Method
Parameters
DATA, 32 Bytes - transactions’s hash
What you receive
BLOCK TRANSACTION COUNT - a hex code of the integer representing the number of transactions in the provided block an integer that shows the number of transactions for the needed block encoded in the HEX format.
Sample
Here is a typical appliance example.
Call
Outcome
Last updated