Type alias DidServiceEndpoint

DidServiceEndpoint: {
    id: UriFragment;
    serviceEndpoint: string[];
    type: string[];
}

The SDK-specific details of a new DID service endpoint.

Type declaration

  • id: UriFragment

    Relative endpoint URI: # sign followed by fragment part of URI.

  • serviceEndpoint: string[]

    A list of URIs the endpoint exposes its services at.

  • type: string[]

    A list of service types the endpoint exposes.