Skip to main content

invoke_signed

Function invoke_signed 

Source
pub fn invoke_signed<const ACCOUNTS: usize>(
    instruction: &InstructionView<'_, '_, '_, '_>,
    account_views: &[&AccountView; ACCOUNTS],
    signers_seeds: &[Signer<'_, '_>],
) -> ProgramResult
Expand description

Invoke a signed CPI with full validation.