eth_getTransactionReceipt individually for each transaction.
Parameters
Block number in hexadecimal, or a block tag:
latest, earliest, pending, safe, or finalized.Returns
An array of transaction receipt objects for every transaction in the block, or
null if the block was not found. Each receipt has the same structure as eth_getTransactionReceipt.