pub fn serialize_b256_hex_string_no_prefix<S>(
    x: &FixedBytes<32>,
    s: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,
Expand description

Serialize a B256 as a hex string without the “0x” prefix.