@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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +5 -3
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
|
|
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
|
|
649
|
+
constructor(options: Partial<SimpleKeyringOptions>);
|
|
650
650
|
/**
|
|
651
651
|
* Generate a new random key pair with quantum support
|
|
652
652
|
*/
|