Skip to main content

@triveria/wallet / Exports / CredentialType

Interface: CredentialType

A credential type that can be issued by the issuer - format: the verifiable credential format (for example "jwt_vc") - type: the verifiable credential type, usually provided as list of strings (for example: "VerifiableCredential", "VerifiableAttestation", "VerifiableId")

Table of contents

Properties

Properties

doctype

Optional doctype: string

Defined in

api.ts:331


format

format: CredentialFormat

Defined in

api.ts:329


type

Optional type: string[]

Defined in

api.ts:330