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