pub fn refund_approved_account_ids_iter<'a, I>( account_id: AccountId, approved_account_ids: I, ) -> Promisewhere I: Iterator<Item = &'a AccountId>,