@trustwallet/wallet-core 4.0.48 → 4.0.49

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.
Binary file
@@ -938,7 +938,7 @@ export class StoredKey {
938
938
  wallet(password: Uint8Array | Buffer): HDWallet;
939
939
  exportJSON(): Uint8Array;
940
940
  fixAddresses(password: Uint8Array | Buffer): boolean;
941
- updateAddress(password: Uint8Array | Buffer, coin: CoinType): boolean;
941
+ updateAddress(coin: CoinType): boolean;
942
942
  delete(): void;
943
943
  }
944
944
  export class StoredKeyEncryption {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustwallet/wallet-core",
3
- "version": "4.0.48",
3
+ "version": "4.0.49",
4
4
  "description": "wallet core wasm and protobuf models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",