Skip to main content

invoke_signed_unchecked

Function invoke_signed_unchecked 

Source
pub unsafe fn invoke_signed_unchecked(
    instruction: &InstructionView<'_, '_, '_, '_>,
    accounts: &[CpiAccount<'_>],
    signers_seeds: &[Signer<'_, '_>],
) -> ProgramResult
Expand description

Invoke a signed CPI without borrow validation.

ยงSafety

The caller must ensure no account data borrows conflict with the CPI.