@triveria/wallet 0.0.25 → 0.0.27
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 +2 -2
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -365,13 +365,13 @@ export interface CredentialWrapper {
|
|
|
365
365
|
* @type {CredentialMetadata}
|
|
366
366
|
* @memberof CredentialWrapper
|
|
367
367
|
*/
|
|
368
|
-
'metadata'
|
|
368
|
+
'metadata': CredentialMetadata;
|
|
369
369
|
/**
|
|
370
370
|
*
|
|
371
371
|
* @type {Credential}
|
|
372
372
|
* @memberof CredentialWrapper
|
|
373
373
|
*/
|
|
374
|
-
'vc'
|
|
374
|
+
'vc': Credential;
|
|
375
375
|
/**
|
|
376
376
|
* The base64 encoded Verifiable Credential in its final signed form
|
|
377
377
|
* @type {string}
|