| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Proto.Mls
Synopsis
- data CommitBundle
- data GroupInfoBundle
- data GroupInfoType
- data GroupInfoType
- data RatchetTreeType
- data RatchetTreeType
Documentation
data CommitBundle Source #
Fields :
commit:: Lens' CommitBundle Data.ByteString.ByteStringwelcome:: Lens' CommitBundle Data.ByteString.ByteStringmaybe'welcome:: Lens' CommitBundle (Prelude.Maybe Data.ByteString.ByteString)groupInfoBundle:: Lens' CommitBundle GroupInfoBundle
Instances
data GroupInfoBundle Source #
Fields :
groupInfoType:: Lens' GroupInfoBundle GroupInfoTyperatchetTreeType:: Lens' GroupInfoBundle RatchetTreeTypegroupInfo:: Lens' GroupInfoBundle Data.ByteString.ByteString
Instances
data GroupInfoType Source #
Constructors
| PUBLIC_GROUP_STATE | |
| GROUP_INFO | |
| GROUP_INFO_JWE |
Instances
data GroupInfoType Source #
Instances
data RatchetTreeType Source #
Instances
data RatchetTreeType Source #