pub fn from_unformatted_hex_map<'de, D>(
    deserializer: D
) -> Result<Option<HashMap<H256, H256>>, D::Error>
where D: Deserializer<'de>,
Expand description

Deserializes the input into an Option<HashMap<H256, H256>>, using from_unformatted_hex to deserialize the keys and values.