Buffered Decrypted Message
A decrypted message that was buffered due to out-of-order delivery by the delivery service. It represents messages for the new epoch that arrived before the commit that created it.
Inheritors
Types
Link copied to clipboard
The decrypted message is a commit.
Link copied to clipboard
The decrypted message is a proposal.
Link copied to clipboard
data class Text(val plaintext: ByteArray, val senderClientId: ClientId, val identity: WireIdentity) : BufferedDecryptedMessage
The decrypted message is a text message.