@triveria/wallet 0.0.147 → 0.0.149
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.d.ts +1 -1
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -429,7 +429,7 @@ export interface CredentialStatus {
|
|
|
429
429
|
}
|
|
430
430
|
/**
|
|
431
431
|
* @type CredentialSubject
|
|
432
|
-
* Set of objects that MUST contain one or more claims that are each related to a subject of the verifiable credential https://www.w3.org/TR/vc-data-model-2.0/#defn-credentialSubject
|
|
432
|
+
* Set of objects that MUST contain one or more claims that are each related to a subject of the verifiable credential https://www.w3.org/TR/vc-data-model-2.0/#defn-credentialSubject. Currently we support only one subject in the verifiable credential because there is no consensus about \"vc-jwt\" encoding of multi-subject verifiable credentials
|
|
433
433
|
* @export
|
|
434
434
|
*/
|
|
435
435
|
export type CredentialSubject = Array<CredentialSubjectItem> | CredentialSubjectItem;
|