pub fn create_block<TX>( batch_env: &L1BatchEnv, hash: H256, parent_hash: H256, number: u64, timestamp: u64, transactions: Vec<TX>, gas_used: U256, logs_bloom: Bloom, ) -> Block<TX>