pub fn invoke_signed<const ACCOUNTS: usize>(
instruction: &InstructionView<'_, '_, '_, '_>,
account_views: &[&AccountView; ACCOUNTS],
signers_seeds: &[Signer<'_, '_>],
) -> ProgramResultExpand description
Invoke a signed CPI with full validation.