pub fn arb_list_of_hash_batches(
    each_batch_size: usize,
    num_batches: usize
) -> impl Strategy<Value = Vec<Vec<HashValue>>>