ClaimTableEntry interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This is used internally by DataStoreJson to represent the claims contained in a Verifiable Credential in a way that facilitates querying using the IDataStoreORM interface.
This API may change in future versions without a BREAKING CHANGE notice.
Signature:
export interface ClaimTableEntry
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
context | string[] | (BETA) | |
credentialHash | string | (BETA) | |
credentialType | string[] | (BETA) | |
expirationDate? | Date | (BETA) (Optional) | |
hash | string | (BETA) | |
issuanceDate? | Date | (BETA) (Optional) | |
issuer | string | (BETA) | |
subject? | string | (BETA) (Optional) | |
type | string | (BETA) | |
value | any | (BETA) |