eth_getUncle
Returns an uncles at given block and index
Parameters
The block number or hash. Or the string
"earliest"
,"latest"
or"pending"
as in the default block parameter.The index position of the uncle.
(optional, default
false
) If specifiedtrue
, the returned block will contain all transactions as objects. By default it isfalse
so, there is no need to explictly specify false. And, iffalse
it will only contains the transaction hashes.(optional) Optional callback, returns an error object as first parameter and the result as second.
Returns
the returned uncle
Last updated