data class Connection : OutboundMessageContext
An OutboundMessageContext that relates an agent message to a connection backed by a connection record (from the wallet).
<init> |
An OutboundMessageContext that relates an agent message to a connection backed by a connection record (from the wallet). Connection(message: AgentMessage, connectionId: String) |
connectionId |
is an ID of a ConnectionRecord in the wallet, holding DIDs, keys and endpoint data. val connectionId: String |
message |
is the (unpacked) agent message. val message: AgentMessage |