Trait solana_sdk::program_stubs::SyscallStubs [−][src]
Provided methods
pub fn sol_log(&self, message: &str)
[src]
pub fn sol_log_compute_units(&self)
[src]
pub fn sol_invoke_signed(
&self,
_instruction: &Instruction,
_account_infos: &[AccountInfo<'_>],
_signers_seeds: &[&[&[u8]]]
) -> Result<(), ProgramError>
[src]
&self,
_instruction: &Instruction,
_account_infos: &[AccountInfo<'_>],
_signers_seeds: &[&[&[u8]]]
) -> Result<(), ProgramError>