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

Method invoke_signed

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

Source from the content-addressed store, hash-verified

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

Callers 1

invokeMethod · 0.45

Tested by

no test coverage detected