Package-level declarations

Types

Link copied to clipboard
class ForwardMessage constructor(val body: ForwardMessage.ForwardBody, val from: DID, val to: DID, val encryptedMessage: String, val id: String = UUID.randomUUID().toString())

The ForwardMessage class represents a message for forwarding data using the DIDComm protocol. It contains the necessary information for creating a forward message, including the message body, sender and recipient DIDs, encrypted message, and an optional ID.