Returns information about an uncle block by the block hash and uncle index position. Uncle blocks are valid blocks that were not included in the main chain but are referenced by the main chain blocks.
Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
eth_getUncleByBlockHashAndIndex JSON-RPC method returns information about an uncle block by block hash and uncle index position. Uncle blocks are valid blocks that were not included in the main chain but are referenced by the main chain blocks for network security.
null if no uncle exists at the specified index.
null if no uncle exists at the specified indexeth_getUncleByBlockHashAndIndex method is useful for applications that need to:
JSON-RPC version
2.0 The RPC method name
eth_getUncleByBlockHashAndIndex Parameters: [block_hash, uncle_index]
Request identifier