Function solana_sdk::log::sol_log_params
source · 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.