We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8f86c commit e63b9baCopy full SHA for e63b9ba
1 file changed
packages/core/src/types.ts
@@ -209,6 +209,7 @@ export interface IWallet extends IV1Wallet{
209
* @param {any} json - The encrypted wallet JSON
210
* @param {string} password - Password to decrypt the wallet
211
* @returns {Promise<any>} Array of decrypted documents
212
+ * @see {@link https://w3c-ccg.github.io/universal-wallet-interop-spec/}
213
*/
214
getDocumentsFromEncryptedWallet: (
215
json: any,
0 commit comments