Issuance
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / Issuance
Interface: Issuance
Defined in: packages/lib/sdk/src/pluto/models/Issuance.ts:23
Model for credential issuance records.
Tracks the claims, format, and issuing DID for a credential
that is being (or has been) issued. The claims array is
encrypted at rest.
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
automaticIssuance? | boolean | Whether the credential should be issued automatically. | - | packages/lib/sdk/src/pluto/models/Issuance.ts:31 |
claims | Claim[] | Set of claims to include in the issued credential. | - | packages/lib/sdk/src/pluto/models/Issuance.ts:27 |
credentialFormat | string | Credential format identifier (e.g. "jwt", "anoncreds"). | - | packages/lib/sdk/src/pluto/models/Issuance.ts:29 |
id | string | Application-defined identifier for this issuance. | - | packages/lib/sdk/src/pluto/models/Issuance.ts:25 |
issuingDID | string | DID of the issuer. | - | packages/lib/sdk/src/pluto/models/Issuance.ts:33 |
uuid | string | Universally Unique Identifier. should be unique across all items. | Model.uuid | packages/shared/domain/build/index.d.ts:404 |