Skip to main content

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

PropertyTypeDescriptionInherited fromDefined in
automaticIssuance?booleanWhether the credential should be issued automatically.-packages/lib/sdk/src/pluto/models/Issuance.ts:31
claimsClaim[]Set of claims to include in the issued credential.-packages/lib/sdk/src/pluto/models/Issuance.ts:27
credentialFormatstringCredential format identifier (e.g. "jwt", "anoncreds").-packages/lib/sdk/src/pluto/models/Issuance.ts:29
idstringApplication-defined identifier for this issuance.-packages/lib/sdk/src/pluto/models/Issuance.ts:25
issuingDIDstringDID of the issuer.-packages/lib/sdk/src/pluto/models/Issuance.ts:33
uuidstringUniversally Unique Identifier. should be unique across all items.Model.uuidpackages/shared/domain/build/index.d.ts:404