@btc-vision/wallet-sdk 2.0.2 → 2.0.4
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 +4 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -679,6 +679,10 @@ export declare class SimpleKeyring {
|
|
|
679
679
|
* Get the quantum public key hash (universal identifier)
|
|
680
680
|
*/
|
|
681
681
|
getQuantumPublicKeyHash(): string;
|
|
682
|
+
/**
|
|
683
|
+
* Clear the quantum keypair (used for reverting failed imports)
|
|
684
|
+
*/
|
|
685
|
+
clearQuantumKey(): void;
|
|
682
686
|
/**
|
|
683
687
|
* Get all accounts (returns array with single public key)
|
|
684
688
|
*/
|