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