fmgp.did.comm.protocol.routing2.ForwardMessage
See theForwardMessage companion object
The Forward Message is sent by the sender to the mediator to forward (the data) to a recipient.
{
"type": "https://didcomm.org/routing/2.0/forward",
"id": "abc123xyz456",
"to": ["did:example:mediator"],
"expires_time": 1516385931,
"body":{ "next": "did:foo:1234abcd"},
"attachments": [] //The payload(s) to be forwarded
}
Value parameters
- lang
-
See [https://identity.foundation/didcomm-messaging/spec/#routing-protocol-20]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ForwardMessageBase64class ForwardMessageJson
Members list
In this article