MCPcopy Create free account
hub / github.com/solana-program/system / invoke_signed

Method invoke_signed

clients/rust/src/generated/instructions/allocate.rs:170–172  ·  view source on GitHub ↗
(&self, signers_seeds: &[&[&[u8]]])

Source from the content-addressed store, hash-verified

168 }
169 #[inline(always)]
170 pub fn invoke_signed(&self, signers_seeds: &[&[&[u8]]]) -> solana_program_error::ProgramResult {
171 self.invoke_signed_with_remaining_accounts(signers_seeds, &[])
172 }
173 #[allow(clippy::arithmetic_side_effects)]
174 #[allow(clippy::clone_on_copy)]
175 #[allow(clippy::vec_init_then_push)]

Callers 1

invokeMethod · 0.45

Tested by

no test coverage detected