[][src]Function solana_sdk::log::sol_log_params

pub fn sol_log_params(accounts: &[AccountInfo], data: &[u8])

Prints 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