| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Simplex.Messaging.Server.NtfStore
Documentation
Constructors
| MsgNtf | |
Fields
| |
data NtfLogRecord Source #
Constructors
| NLRv1 NotifierId MsgNtf |
Instances
| StrEncoding NtfLogRecord Source # | |
Defined in Simplex.Messaging.Server.NtfStore Methods strEncode :: NtfLogRecord -> ByteString Source # strDecode :: ByteString -> Either String NtfLogRecord Source # strP :: Parser NtfLogRecord Source # | |
deleteNtfs :: NtfStore -> NotifierId -> IO Int Source #
deleteExpiredNtfs :: NtfStore -> Int64 -> IO Int Source #