@sidhujag/sysweb3-keyring 1.0.543 → 1.0.544

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sidhujag/sysweb3-keyring",
3
- "version": "1.0.543",
3
+ "version": "1.0.544",
4
4
  "description": "Keyring Manager for UTXO and Web3 Wallets",
5
5
  "main": "cjs/index.js",
6
6
  "types": "types/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "@metamask/eth-sig-util": "^8.2.0",
35
35
  "@sidhujag/sysweb3-core": "^1.0.27",
36
36
  "@sidhujag/sysweb3-network": "^1.0.105",
37
- "@sidhujag/sysweb3-utils": "^1.1.266",
37
+ "@sidhujag/sysweb3-utils": "^1.0.267",
38
38
  "@trezor/connect-web": "^9.1.5",
39
39
  "@trezor/connect-webextension": "^9.6.2",
40
40
  "@trezor/utxo-lib": "^1.0.12",
@@ -49,7 +49,7 @@
49
49
  "satoshi-bitcoin": "^1.0.5"
50
50
  },
51
51
  "peerDependencies": {
52
- "syscoinjs-lib": "^1.0.264"
52
+ "syscoinjs-lib": "^1.0.265"
53
53
  },
54
54
  "optionalDependencies": {
55
55
  "zksync-ethers": "5"
@@ -75,8 +75,8 @@ export declare class KeyringManager implements IKeyringManager {
75
75
  forgetMainWallet: (pwd: string) => Promise<void>;
76
76
  importWeb3Account: (mnemonicOrPrivKey: string) => Wallet;
77
77
  getAccountXpub: () => string;
78
- isSeedValid: (seedPhrase: string) => boolean;
79
- createNewSeed: (wordCount?: number) => string;
78
+ isSeedValid: (seedPhrase: string) => any;
79
+ createNewSeed: (wordCount?: number) => any;
80
80
  getUTXOState: () => any;
81
81
  importTrezorAccount(label?: string): Promise<IKeyringAccountState>;
82
82
  importLedgerAccount(label?: string): Promise<IKeyringAccountState>;