solana_sdk::keyed_account

Function create_keyed_readonly_accounts

Source
pub fn create_keyed_readonly_accounts(
    accounts: &[(Pubkey, Rc<RefCell<AccountSharedData>>)],
) -> Vec<KeyedAccount<'_>>
👎Deprecated since 1.7.0: Please use create_keyed_accounts_unified instead