[][src]Function solana_program::account::create_keyed_accounts

pub fn create_keyed_accounts<'a>(
    accounts: &'a [(&'a Pubkey, &'a RefCell<Account>)]
) -> Vec<KeyedAccount<'a>>