pub fn read_string_map( reader: &mut impl Read, ) -> Result<HashMap<String, String>, WalletError>
Read a string map.