Skip to content

Commit e63b9ba

Browse files
committed
improve universal wallet docs
1 parent 6a8f86c commit e63b9ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ export interface IWallet extends IV1Wallet{
209209
* @param {any} json - The encrypted wallet JSON
210210
* @param {string} password - Password to decrypt the wallet
211211
* @returns {Promise<any>} Array of decrypted documents
212+
* @see {@link https://w3c-ccg.github.io/universal-wallet-interop-spec/}
212213
*/
213214
getDocumentsFromEncryptedWallet: (
214215
json: any,

0 commit comments

Comments
 (0)