RemoveKeyActionData
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / RemoveKeyActionData
Type Alias: RemoveKeyActionData
RemoveKeyActionData = {
id:string; }
Defined in: packages/lib/sdk/src/castor/methods/prism/index.ts:64
Remove an existing public key from the DID Document.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
id | string | Verification method id to remove. | packages/lib/sdk/src/castor/methods/prism/index.ts:66 |