@walletconnect/utils
Advanced tools
Comparing version 2.13.3-canary-1041acb to 2.13.3-canary-c1f48b78a
@@ -8,2 +8,3 @@ import { CryptoTypes } from "@walletconnect/types"; | ||
export declare const TYPE_1 = 1; | ||
export declare const TYPE_2 = 2; | ||
export declare function generateKeyPair(): CryptoTypes.KeyPair; | ||
@@ -17,3 +18,5 @@ export declare function generateRandomBytes32(): string; | ||
export declare function encrypt(params: CryptoTypes.EncryptParams): string; | ||
export declare function encodeTypeTwoEnvelope(message: string): string; | ||
export declare function decrypt(params: CryptoTypes.DecryptParams): string; | ||
export declare function decodeTypeTwoEnvelope(encoded: string): string; | ||
export declare function serialize(params: CryptoTypes.EncodingParams): string; | ||
@@ -24,2 +27,3 @@ export declare function deserialize(encoded: string): CryptoTypes.EncodingParams; | ||
export declare function isTypeOneEnvelope(result: CryptoTypes.EncodingValidation): result is CryptoTypes.TypeOneParams; | ||
export declare function isTypeTwoEnvelope(result: CryptoTypes.EncodingValidation): result is CryptoTypes.TypeOneParams; | ||
//# sourceMappingURL=crypto.d.ts.map |
@@ -67,2 +67,3 @@ import { SignClientTypes, RelayerClientMetadata, EngineTypes, RelayerTypes } from "@walletconnect/types"; | ||
export declare function getCommonValuesInArrays<T = string | number | boolean>(arr1: T[], arr2: T[]): T[]; | ||
export declare function getSearchParamFromURL(url: string, param: any): string | null; | ||
//# sourceMappingURL=misc.d.ts.map |
@@ -7,2 +7,3 @@ import { EngineTypes, RelayerTypes } from "@walletconnect/types"; | ||
export declare function formatUri(params: EngineTypes.UriParameters): string; | ||
export declare function getLinkModeURL(universalLink: string, topic: string, encodedEnvelope: string): string; | ||
//# sourceMappingURL=uri.d.ts.map |
{ | ||
"name": "@walletconnect/utils", | ||
"description": "Utilities for WalletConnect Protocol", | ||
"version": "2.13.3-canary-1041acb", | ||
"version": "2.13.3-canary-c1f48b78a", | ||
"author": "WalletConnect, Inc. <walletconnect.com>", | ||
@@ -42,3 +42,3 @@ "homepage": "https://github.com/walletconnect/walletconnect-monorepo/", | ||
"@walletconnect/time": "1.0.2", | ||
"@walletconnect/types": "2.13.3-canary-1041acb", | ||
"@walletconnect/types": "2.13.3-canary-c1f48b78a", | ||
"@walletconnect/window-getters": "1.0.1", | ||
@@ -45,0 +45,0 @@ "@walletconnect/window-metadata": "1.0.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4484416
37707
+ Added@walletconnect/types@2.13.3-canary-c1f48b78a(transitive)
- Removed@walletconnect/types@2.13.3-canary-1041acb(transitive)