pub fn program_log(
accounts: &[AccountInfo<'_>],
msg: &[u8],
) -> Result<(), ProgramError>Expand description
CPI call to emit a log event. The vault PDA signs.
pub fn program_log(
accounts: &[AccountInfo<'_>],
msg: &[u8],
) -> Result<(), ProgramError>CPI call to emit a log event. The vault PDA signs.