pub fn compute_payload_block_hash(data: &ExecutionData) -> Result<B256>
Computes the block hash for an [ExecutionData] by converting it to a raw block and hashing the header.
ExecutionData