@walletconnect/types
Advanced tools
Comparing version 1.0.0-beta.15 to 1.0.0-beta.16
@@ -16,2 +16,8 @@ declare module '@walletconnect/types' { | ||
export interface ISessionStorage { | ||
getSession: () => IWalletConnectSession | null | ||
setSession: (session: IWalletConnectSession) => IWalletConnectSession | ||
removeSession: () => void | ||
} | ||
export interface IEncryptionPayload { | ||
@@ -18,0 +24,0 @@ data: string |
{ | ||
"name": "@walletconnect/types", | ||
"version": "1.0.0-beta.15", | ||
"version": "1.0.0-beta.16", | ||
"description": "Typescript Types for WalletConnect", | ||
@@ -5,0 +5,0 @@ "scripts": {}, |
@@ -8,2 +8,3 @@ # WalletConnect Types | ||
- ICryptoLib | ||
- ISessionStorage | ||
- IEncryptionPayload | ||
@@ -10,0 +11,0 @@ - ISocketMessage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4997
151
35