@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(
|
941
|
+
updateAddress(coin: CoinType): boolean;
|
942
942
|
delete(): void;
|
943
943
|
}
|
944
944
|
export class StoredKeyEncryption {
|