pub async fn get_block_next_id(
    context: &Context,
    block_id_hex: &str,
    count: usize
) -> Result<Option<Vec<u8>>, Error>