ForwardMessage

fmgp.did.comm.protocol.routing2.ForwardMessage
See theForwardMessage companion object
sealed trait ForwardMessage

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 Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def expires_time: Option[UTCEpoch]
def from: Option[FROM]
def id: MsgID
def to: Set[TO]

Concrete methods

def `type`: PIURI