DIDResolver

interface DIDResolver(source)

The DIDResolver protocol defines the interface for resolving DID document using a specific DID method. Implementations of this interface provide a resolve method that can be used to retrieve the DID document for a given DID.

Inheritors

Properties

Link copied to clipboard
abstract val method: String

Functions

Link copied to clipboard
abstract suspend fun resolve(didString: String): DIDDocument