Interface ResolverClient
- All Known Implementing Classes:
HttpResolverClient
public interface ResolverClient
Interface for resolving decentralized identifiers (DIDs).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordRepresents the result of a resolution operation, containing the content, content type, and error flag. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the document linked to the decentralized identifier (DID).
-
Method Details
-
discover
Retrieves the document linked to the decentralized identifier (DID).- Parameters:
did- The decentralized identifier (DID) to discover.- Returns:
- A Result object representing the document.
- Throws:
IOException- If an I/O error occurs during the discovery process.
-