Skip to content

DidServiceEndpoint

DidServiceEndpoint: object

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

Type declaration

id

id: UriFragment

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

serviceEndpoint

serviceEndpoint: string[]

A list of URIs the endpoint exposes its services at.

type

type: string[]

A list of service types the endpoint exposes.

Source

types/src/DidDocument.ts:120