@triveria/wallet 0.0.257 → 0.0.258
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 +0 -4
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -171,10 +171,6 @@ export interface CredentialMetadata {
|
|
|
171
171
|
'interaction': CredentialMetadataInteractionEnum;
|
|
172
172
|
'message'?: string;
|
|
173
173
|
'type': string;
|
|
174
|
-
/**
|
|
175
|
-
* In case of issued credential this is the DID of the holder wallet
|
|
176
|
-
*/
|
|
177
|
-
'offeredToClientId'?: string;
|
|
178
174
|
'created': string;
|
|
179
175
|
'updated': string;
|
|
180
176
|
'issuanceDate': string;
|