Description Usage Arguments Value See Also Examples
eth_getUncleByBlockHashAndIndex returns information about a uncle of a
block by hash and uncle index position.
1 | eth_getUncleByBlockHashAndIndex(block_hash, uncle_index, hex = TRUE)
|
block_hash |
Hash - Hash of a block. |
uncle_index |
Integer - Uncle index position. |
hex |
Boolean - |
Object - A block object, or null when no block was found.
Other eth functions: eth_accounts,
eth_blockNumber, eth_call,
eth_coinbase,
eth_estimateGas,
eth_gasPrice, eth_getBalance,
eth_getBlockByHash,
eth_getBlockByNumber,
eth_getBlockTransactionCountByHash,
eth_getBlockTransactionCountByNumber,
eth_getCode,
eth_getFilterChanges,
eth_getFilterLogs,
eth_getLogs, eth_getProof,
eth_getStorageAt,
eth_getTransactionByBlockHashAndIndex,
eth_getTransactionByBlockNumberAndIndex,
eth_getTransactionByHash,
eth_getTransactionCount,
eth_getTransactionReceipt,
eth_getUncleByBlockNumberAndIndex,
eth_getUncleCountByBlockHash,
eth_getUncleCountByBlockNumber,
eth_getWork, eth_hashrate,
eth_mining,
eth_newBlockFilter,
eth_newFilter,
eth_newPendingTransactionFilter,
eth_protocolVersion,
eth_sendRawTransaction,
eth_sendTransaction,
eth_sign, eth_submitHashrate,
eth_submitWork, eth_syncing,
eth_uninstallFilter, gethr,
personal_sendTransaction
1 2 | eth_getUncleByBlockHashAndIndex('0xb69e76f3997f318f4385f31885576aa43cb40ad4ed
8938718e150320ff48f528', 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.