Functions§
- to_
hex_ address - Convert a [u8; 20] to a string of hex bytes prefixed with a ‘0x’.
- to_
hex_ string - Convert a [u8; 32] to a string of hex bytes separated by spaces, with revelent bytes in green.
- vec_
to_ hex_ string - Convert a Vec
to a string of hex bytes separated by spaces, with revelent bytes in green.