DidResolver

Type alias for a DID resolver function. A DID resolver takes a DID URL as input and returns a DidResolutionResult.

Return

A DidResolutionResult containing the resolved DID document or an error message.

Parameters

didUrl

The DID URL to resolve.