eth_getUncleByBlockNumberAndIndex
returns an uncle block or null
Params
(2)1. uncleBlockNumber (required)
U64
(one of)
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,15}|0)$
2. index (required)
number
Result
(uncleResult)Block representation or null
author
stringMatch pattern:
^0x[0-9,a-f,A-F]{40}$
baseFeePerGas
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
difficulty
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
extraData
stringMatch pattern:
^0x[0-9a-f]*$
gasLimit
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
gasUsed
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
hash
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
logsBloom
stringMatch pattern:
^0x[0-9,a-f,A-F]{512}$
miner
stringMatch pattern:
^0x[0-9,a-f,A-F]{40}$
mixHash
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
nonce
stringMatch pattern:
^0x[0-9,a-f,A-F]{16}$
number
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
parentHash
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
receiptsRoot
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
sha3uncle
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
size
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
stateRoot
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
timestamp
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
totalDifficulty
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
transactions
transactionsRoot
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
uncles
array[string]