Function solana_sdk::keyed_account::create_keyed_is_signer_accounts[][src]

pub fn create_keyed_is_signer_accounts<'a>(
    accounts: &'a [(&'a Pubkey, bool, &'a RefCell<AccountSharedData>)]
) -> Vec<KeyedAccount<'a>>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
👎 Deprecated since 1.7.0:

Please use create_keyed_accounts_unified instead