AddServiceActionData
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / AddServiceActionData
Type Alias: AddServiceActionData
AddServiceActionData = {
id:string;serviceEndpoint:string[];type:string; }
Defined in: packages/lib/sdk/src/castor/methods/prism/index.ts:70
Add a new service to the DID Document.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
id | string | Service id, unique within the Document. | packages/lib/sdk/src/castor/methods/prism/index.ts:72 |
serviceEndpoint | string[] | One or more service endpoint URIs. | packages/lib/sdk/src/castor/methods/prism/index.ts:76 |
type | string | Service type. | packages/lib/sdk/src/castor/methods/prism/index.ts:74 |