pub fn sol_log_params(accounts: &[AccountInfo<'_>], data: &[u8])Expand description
Print the hexadecimal representation of the program’s input parameters.
accounts- A slice ofAccountInfo.data- The instruction data.
pub fn sol_log_params(accounts: &[AccountInfo<'_>], data: &[u8])Print the hexadecimal representation of the program’s input parameters.
accounts - A slice of AccountInfo.data - The instruction data.