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

Method invoke

clients/rust/src/generated/instructions/assign.rs:163–165  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

161 }
162 #[inline(always)]
163 pub fn invoke(&self) -> solana_program_error::ProgramResult {
164 self.invoke_signed_with_remaining_accounts(&[], &[])
165 }
166 #[inline(always)]
167 pub fn invoke_with_remaining_accounts(
168 &self,

Callers

nothing calls this directly

Calls 2

invoke_signedMethod · 0.45

Tested by

no test coverage detected