eth_getUncleByBlockNumberAndIndex
Returns information about a uncle of a block by number and uncle index position.
This method will use 20
Compute Units.
Note: There is no concept of uncle (aka ommer) blocks in Conflux. The eth_getUncleByBlockHashAndInde
x and eth_getUncleByBlockNumberAndIndex
methods will always return null.
Reference: Here
Parameters
QUANTITY|TAG
- a block number, or the string"earliest"
,"latest"
or"pending"
, as in the default block parameter.QUANTITY
- the uncle's index position.
Last updated