pub fn create_empty_block<TX>(
    block_number: u64,
    timestamp: u64,
    batch: u32,
    parent_block_hash: Option<H256>
) -> Block<TX>