Skip to main content

write_string_map

Function write_string_map 

Source
pub fn write_string_map(
    writer: &mut impl Write,
    map: &HashMap<String, String>,
) -> Result<(), WalletError>
Expand description

Write a sorted string map (key-value pairs).