PlaintextMessageClass

fmgp.did.comm.PlaintextMessageClass
See thePlaintextMessageClass companion object
case class PlaintextMessageClass(id: Required[MsgID], `type`: PIURI, to: Option[Set[TO]], from: Option[FROM], thid: Option[MsgID], created_time: Option[UTCEpoch], expires_time: Option[UTCEpoch], body: Option[JSON_RFC7159], attachments: Option[Seq[Attachment]], from_prior: Option[JWTToken], return_route: Option[ReturnRoute], accept-lang: Option[Seq[LanguageCodeIANA]], lang: Option[LanguageCodeIANA], l10n: Option[L10n], sender_order: Option[SenderOrder], sent_count: Option[SentCount], received_orders: Option[Seq[ReceivedOrdersElement]], typ: Option[String]) extends PlaintextMessage

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product