@midnight-ntwrk/wallet-sdk-hd 3.0.1 → 3.0.2

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.
@@ -40,7 +40,8 @@ export declare class HDWallet {
40
40
  static fromSeed(seed: Uint8Array): HDWalletResult;
41
41
  selectAccount(account: number): AccountKey;
42
42
  /**
43
- * Once all keys are derived - clear internals from private data, so that they do not reside in memory longer than needed.
43
+ * Once all keys are derived - clear internals from private data, so that they do not reside in memory longer than
44
+ * needed.
44
45
  */
45
46
  clear(): void;
46
47
  }
package/dist/HDWallet.js CHANGED
@@ -58,7 +58,8 @@ export class HDWallet {
58
58
  return new AccountKey(this.rootKey, account);
59
59
  }
60
60
  /**
61
- * Once all keys are derived - clear internals from private data, so that they do not reside in memory longer than needed.
61
+ * Once all keys are derived - clear internals from private data, so that they do not reside in memory longer than
62
+ * needed.
62
63
  */
63
64
  clear() {
64
65
  this.rootKey.wipePrivateData();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midnight-ntwrk/wallet-sdk-hd",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",