DIDCommServicePeerDID

data class DIDCommServicePeerDID(val id: String, val type: String, val serviceEndpoint: ServiceEndpoint) : Service(source)

Represents a DIDComm service peer DID.

Constructors

Link copied to clipboard
constructor(id: String, type: String, serviceEndpoint: ServiceEndpoint)

Properties

Link copied to clipboard
val id: String

The ID of the service.

Link copied to clipboard

The service endpoint.

Link copied to clipboard

The type of the service.

Functions

Link copied to clipboard
fun toDict(): Map<String, Any>

Converts the DIDCommServicePeerDID object to a mutable map representation.