Skip to main content

Service class

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents some properties of a as it is stored in a TypeORM database. This is used by DIDStore to provide information to DIDManager when DID management information is stored in a local TypeORM database.

This API may change without a BREAKING CHANGE notice.

Signature:

export declare class Service extends BaseEntity

Extends: BaseEntity

Properties

Property

Modifiers

Type

Description

description?

string

(BETA) (Optional)

id

string

(BETA)

identifier?

Relation<Identifier>

(BETA) (Optional)

serviceEndpoint

string

(BETA)

type

string

(BETA)