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