@triveria/wallet 0.0.104 → 0.0.106
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 -6
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -1258,12 +1258,6 @@ export interface Wallet {
|
|
|
1258
1258
|
* @memberof Wallet
|
|
1259
1259
|
*/
|
|
1260
1260
|
'role'?: WalletRoleEnum;
|
|
1261
|
-
/**
|
|
1262
|
-
*
|
|
1263
|
-
* @type {string}
|
|
1264
|
-
* @memberof Wallet
|
|
1265
|
-
*/
|
|
1266
|
-
'did'?: string;
|
|
1267
1261
|
/**
|
|
1268
1262
|
* Wallet metadata is a key value container for any custom data a client may want
|
|
1269
1263
|
* @type {{ [key: string]: any; }}
|