Function solana_sdk::keyed_account::create_keyed_readonly_accounts[][src]

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

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator