Function human_program::vest::next_expected_token_wallet
source · pub fn next_expected_token_wallet<'a, 'b: 'a, I>(
i: &mut I,
wallet_addr: &Pubkey
) -> Result<(Pubkey, Account), ProgramError>where
I: Iterator<Item = &'a AccountInfo<'b>>,