Package-level declarations
Types
Link copied to clipboard
                  Link copied to clipboard
                  data class AttachmentCodec(var contentType: ContentTypeId = ContentTypeAttachment) : ContentCodec<Attachment> 
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  class ContentTypeIdBuilder
Link copied to clipboard
                  Link copied to clipboard
                  data class EncryptedEncodedContent(val contentDigest: String, val secret: ByteString, val salt: ByteString, val nonce: ByteString, val payload: ByteString, val contentLength: Int? = null, val filename: String? = null)
Link copied to clipboard
                  Link copied to clipboard
                  data class GroupUpdatedCodec(var contentType: ContentTypeId = ContentTypeGroupUpdated) : ContentCodec<TranscriptMessages.GroupUpdated> 
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  data class MultiRemoteAttachmentCodec(var contentType: ContentTypeId = ContentTypeMultiRemoteAttachment) : ContentCodec<MultiRemoteAttachment> 
Link copied to clipboard
                  data class Reaction(val reference: String, val action: ReactionAction, val content: String, val schema: ReactionSchema)
Link copied to clipboard
                  Link copied to clipboard
                  data class ReactionCodec(var contentType: ContentTypeId = ContentTypeReaction) : ContentCodec<Reaction> 
Link copied to clipboard
                  Link copied to clipboard
                  data class ReactionV2Codec(var contentType: ContentTypeId = ContentTypeReactionV2) : ContentCodec<FfiReactionPayload> 
Link copied to clipboard
                  object ReadReceipt
Link copied to clipboard
                  data class ReadReceiptCodec(var contentType: ContentTypeId = ContentTypeReadReceipt) : ContentCodec<ReadReceipt> 
Link copied to clipboard
                  Link copied to clipboard
                  data class RemoteAttachmentCodec(var contentType: ContentTypeId = ContentTypeRemoteAttachment) : ContentCodec<RemoteAttachment> 
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  data class TransactionReference(val namespace: String? = null, val networkId: String, val reference: String, val metadata: TransactionReference.Metadata? = null)
Link copied to clipboard
                  data class TransactionReferenceCodec(var contentType: ContentTypeId = ContentTypeTransactionReference) : ContentCodec<TransactionReference> 
Link copied to clipboard