MessageDelivery

fmgp.did.comm.protocol.pickup3.MessageDelivery
See theMessageDelivery companion object
final case class MessageDelivery(id: MsgID, thid: MsgID, from: FROM, to: TO, recipient_did: Option[FROMTO], attachments: Map[String, Message])

Batch of messages delivered to the recipient as attachments.

{
 "id": "123456780",
 "thid": "<message id of delivery-request message>",
 "type": "https://didcomm.org/messagepickup/3.0/delivery",
 "body": { "recipient_did": "<did for messages>" },
 "attachments": [ { "id": "<id of message>", "data": { "base64": "<message>" } } ]
}

Attributes

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

Members list

Value members

Concrete methods

def piuri: PIURI

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product