pub fn read_optional_string( reader: &mut impl Read, ) -> Result<Option<String>, WalletError>
Read an optional string. Varint NegativeOne = None.