aries-mediator-dotnet / net.globalid.aries.mediator.dotnet.mediator.model / DotnetMediatorRecord

DotnetMediatorRecord

@JsonClass(true) data class DotnetMediatorRecord : MediatorRecord

Holds data specific to using a dotnet mediator.

Constructors

<init>

Holds data specific to using a dotnet mediator.

DotnetMediatorRecord(connectionId: String, inboxId: String, inboxKey: String)

Properties

connectionId

is an ID of the connection record that represents the connection with the mediator. Over it, messages with the mediator can be exchanged (e.g. fetch inbox).

val connectionId: String

inboxId

is the ID of the wallet that holds our inbox on the mediator.

val inboxId: String

inboxKey

is the key of the wallet that holds our inbox on the mediator.

val inboxKey: String