Clarify the following: - [Block object](https://besu.hyperledger.org/public-networks/reference/api/objects#block-object) is returned by [`eth_getBlockReceipts`](https://besu.hyperledger.org/public-networks/reference/api#eth_getblockreceipts), which is not listed on the block object doc. - `eth_getBlockReceipts` should return `blockTimestamp`: https://github.com/besu-eth/besu/pull/9294 - Block object lists `timestamp`, but not `blockTimestamp`. Do the other methods that return block object return `timestamp` or `blockTimestamp`?
Clarify the following:
eth_getBlockReceipts, which is not listed on the block object doc.eth_getBlockReceiptsshould returnblockTimestamp: add blockTimestamp to logs within tx receipt besu#9294timestamp, but notblockTimestamp. Do the other methods that return block object returntimestamporblockTimestamp?