| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Simplex.Messaging.Server.MsgStore
Documentation
data MsgLogRecord Source #
Constructors
| MLRv3 RecipientId Message |
Instances
| StrEncoding MsgLogRecord Source # | |
Defined in Simplex.Messaging.Server.MsgStore Methods strEncode :: MsgLogRecord -> ByteString Source # strDecode :: ByteString -> Either String MsgLogRecord Source # strP :: Parser MsgLogRecord Source # | |