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

Method invoke

clients/rust/src/generated/instructions/transfer_sol.rs:178–180  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

176 }
177 #[inline(always)]
178 pub fn invoke(&self) -> solana_program_error::ProgramResult {
179 self.invoke_signed_with_remaining_accounts(&[], &[])
180 }
181 #[inline(always)]
182 pub fn invoke_with_remaining_accounts(
183 &self,

Callers

nothing calls this directly

Calls 2

invoke_signedMethod · 0.45

Tested by

no test coverage detected