CredentialMetadata represents credentials-specific metadata inside the contract metadata.

Properties

credentialsEndpoint

credentialsEndpoint: string
Endpoint to fetch the credentials.

Defined in

verifiableCredentialsSDK/types/collection.ts:70

encryption

encryption: VerifiableCredentialEncryption
Specifies the encryption type used for the credentials in the collection.

Defined in

verifiableCredentialsSDK/types/collection.ts:65

issuerDid

issuerDid: string
The DID (Decentralized Identifier) of the issuer of the credentials for this collection.

Defined in

verifiableCredentialsSDK/types/collection.ts:75

type

type: string[]
Specifies the types of credentials in the collection.

Defined in

verifiableCredentialsSDK/types/collection.ts:60