Module serde_utils::u64_hex_be
source · Expand description
Formats u64
as a 0x-prefixed, big-endian hex string.
E.g., 0
serializes as "0x0000000000000000"
.
Formats u64
as a 0x-prefixed, big-endian hex string.
E.g., 0
serializes as "0x0000000000000000"
.