Interface CredentialData

Hierarchy

  • CredentialData

Properties

Properties

Credential subject data

d?: string
e?: {
    [key: string]: unknown;
}

Credential source section

Type declaration

  • [key: string]: unknown
i?: string

Issuer of the credential.

r?: {
    [key: string]: unknown;
}

Credential rules section

Type declaration

  • [key: string]: unknown
ri?: string

Registry id.

s?: string

Schema id

u?: string

Privacy salt

v?: string

Generated using TypeDoc