@deficonnect/types
Advanced tools
Comparing version 1.6.6 to 1.6.7-alpha.0
@@ -232,2 +232,14 @@ declare module "@deficonnect/types" { | ||
export interface IWalletConnectSessionWalletAdress { | ||
eth: string; | ||
cro: string; | ||
tcro: string; | ||
} | ||
export interface IWalletConnectSessionWallet { | ||
id: string; | ||
name: string; | ||
icon: string; | ||
address: IWalletConnectSessionWalletAdress; | ||
} | ||
export interface IWalletConnectSession { | ||
@@ -245,2 +257,4 @@ connected: boolean; | ||
handshakeTopic: string; | ||
selectedWalletId: string; | ||
wallets: IWalletConnectSessionWallet[]; | ||
} | ||
@@ -247,0 +261,0 @@ |
{ | ||
"name": "@deficonnect/types", | ||
"version": "1.6.6", | ||
"version": "1.6.7-alpha.0", | ||
"description": "Typescript Types for WalletConnect", | ||
@@ -5,0 +5,0 @@ "scripts": {}, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
12218
393
1