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] = ..., pthid: Option[MsgID] = ..., ack: Option[Seq[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]] = ...) 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]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product

Concrete fields

lazy override val sha256: String