Function solana_program::log::sol_log_params [−][src]
pub fn sol_log_params(accounts: &[AccountInfo<'_>], data: &[u8])
Expand description
Print the hexadecimal representation of the program’s input parameters
@param ka - A pointer to an array of AccountInfo
to print
@param data - A pointer to the instruction data to print