pub fn invoke(
instruction: &Instruction,
account_infos: &[AccountInfo<'_>],
) -> ProgramResultExpand description
Like solana_cpi::invoke, but with support
for overwriting the sol_invoke_signed syscall stub.
pub fn invoke(
instruction: &Instruction,
account_infos: &[AccountInfo<'_>],
) -> ProgramResultLike solana_cpi::invoke, but with support
for overwriting the sol_invoke_signed syscall stub.