Message

data class Message(var from: Address, var plaintext: ByteArray)

A decrypted inbound message and the device that sent it.

Constructors

Link copied to clipboard
constructor(from: Address, plaintext: ByteArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard