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