Package-level declarations

Types

Link copied to clipboard

The MediationGrant class represents a mediation grant in the Atala PRISM architecture. A mediation grant is used for granting permission to mediate a specific request.

Link copied to clipboard

MediationKeysUpdateList is a serializable class representing the list of keys updated in a mediation process.

Link copied to clipboard

The MediationProtocolError class represents an error that can occur during mediation protocol processing. It is derived from the Throwable class and is sealed, meaning that it cannot be directly instantiated.

Link copied to clipboard
class MediationRequest constructor(val id: String, val type: String = ProtocolType.DidcommMediationRequest.value, val from: DID, val to: DID)

The MediationRequest class represents a mediation request in the application.