pub fn get_signers<A>(keyed_accounts: &[KeyedAccount<'_>]) -> A where
    A: FromIterator<Pubkey>, 
👎 Deprecated since 1.11.0:

Please use InstructionContext::get_signers() instead

Expand description

Return all the signers from a set of KeyedAccounts