aries / net.globalid.aries.message.inbound / UnpackedMessageContext / Connection

Connection

data class Connection : UnpackedMessageContext

An UnpackedMessageContext that relates an agent message to a connection backed by a connection record (from the wallet).

Constructors

<init>

An UnpackedMessageContext that relates an agent message to a connection backed by a connection record (from the wallet).

Connection(message: AgentMessage, connection: ConnectionRecord)

Properties

connection

is a ConnectionRecord, holding DIDs, keys and endpoint data.

val connection: ConnectionRecord

message

is the (unpacked) agent message.

val message: AgentMessage