Interface ResolverClient

All Known Implementing Classes:
HttpResolverClient

public interface ResolverClient
Interface for resolving decentralized identifiers (DIDs).
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Represents the result of a resolution operation, containing the content, content type, and error flag.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves 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.