eth_getBlockReceipts
Returns all transaction receipts for a given block, the amount of gas used, and any event logs that might have been produced by a smart contract during the transaction.
Parameters
blockNumber
: [Required] Hexadecimal or decimal integer representing a block number, or one of
the string tags:
latest
earliest
pending
finalized
safe
note
pending
returns the same data as latest
.
Returns
result
: object Block object or null
when there is no corresponding block.