@btc-vision/wallet-sdk 2.0.9 → 2.0.11

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/dist/index.d.ts CHANGED
@@ -178,7 +178,7 @@ export declare class HdKeyring {
178
178
  private readonly passphrase;
179
179
  private addressType;
180
180
  private readonly _hdPath;
181
- constructor(options?: HdKeyringOptions);
181
+ constructor(options: Partial<HdKeyringOptions>);
182
182
  /**
183
183
  * Get the HD derivation path
184
184
  */
@@ -646,7 +646,7 @@ export declare class SimpleKeyring {
646
646
  private keypair;
647
647
  private quantumKeypair;
648
648
  private chainCode;
649
- constructor(options?: SimpleKeyringOptions);
649
+ constructor(options: Partial<SimpleKeyringOptions>);
650
650
  /**
651
651
  * Generate a new random key pair with quantum support
652
652
  */