solana_sdk::keyed_account

Function create_keyed_accounts

Source
pub fn create_keyed_accounts<'a>(
    accounts: &'a [(&'a Pubkey, &'a RefCell<AccountSharedData>)],
) -> Vec<KeyedAccount<'a>>
👎Deprecated since 1.11.0: Please use BorrowedAccount instead of KeyedAccount