Function revm::precompile::primitives::alloy_primitives::hex::hex::serialize_upper

source ·
pub fn serialize_upper<S, T>(
    data: T,
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer, T: ToHex,
Expand description

Serializes data as hex string using uppercase characters.

Apart from the characters’ casing, this works exactly like serialize().