eth_getUncleCountByBlockNumber - Ethereum
Gives you the quantity of uncles that fit the block number you enter
How to Use the eth_getUncleCountByBlockNumber Method
Parameters
QUANTITY|TAG - the string "latest", "earliest" or "pending", or an integer block number, check out the default block parameter for details.
What you receive
QUANTITY - the number of uncles in the given block presented as an integer.
Sample
Here is a typical appliance example.
Call
Outcome
Last updated