RemoveServiceActionData
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / RemoveServiceActionData
Type Alias: RemoveServiceActionData
RemoveServiceActionData = {
id:string; }
Defined in: packages/lib/sdk/src/castor/methods/prism/index.ts:80
Remove an existing service from the DID Document.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
id | string | Service id to remove. | packages/lib/sdk/src/castor/methods/prism/index.ts:82 |