Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@deficonnect/types

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deficonnect/types - npm Package Compare versions

Comparing version 1.6.6 to 1.6.7-alpha.0

14

index.d.ts

@@ -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 @@

2

package.json
{
"name": "@deficonnect/types",
"version": "1.6.6",
"version": "1.6.7-alpha.0",
"description": "Typescript Types for WalletConnect",

@@ -5,0 +5,0 @@ "scripts": {},

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc