Returns all transaction receipts for a given block.Documentation Index
Fetch the complete documentation index at: https://base-a060aa97-meyer9-move-azul-to-top-of-upgrades.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Block number in hex, or
"latest", "pending", "safe", "finalized", "earliest".Returns
Array of receipt objects for each transaction in the block. See
eth_getTransactionReceipt for the receipt object shape.