Function solana_program::debug_account_data::debug_account_data
source · pub fn debug_account_data(data: &[u8], f: &mut DebugStruct<'_, '_>)
Expand description
Format data as hex.
If data
’s length is greater than 0, add a field called “data” to f
. The
first 64 bytes of data
is displayed; bytes after that are ignored.