fmgp.did.comm.protocol.pickup3.MessageDelivery
See theMessageDelivery companion object
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article