Function solana_program::program::invoke_signed[][src]

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

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.