pub fn invoke_light_system_program(
account_infos: &[AccountInfo<'_>],
instruction: Instruction,
bump: u8,
) -> Result<(), ProgramError>Expand description
Low-level function to invoke the Light system program with a PDA signer.
Note: This is a low-level function. In most cases, you should use the
InvokeLightSystemProgram trait methods instead, which provide a higher-level
interface with better type safety and ergonomics.