Function solana_sdk::program::invoke_signed[][src]

pub fn invoke_signed(
    instruction: &Instruction,
    account_infos: &[AccountInfo<'_>],
    signers_seeds: &[&[&[u8]]]
) -> Result<(), ProgramError>

Invoke a cross-program instruction with program signatures

Note that the program id of the instruction being issued must also be included in account_infos.