Socket
Socket
Sign inDemoInstall

@keplr-wallet/types

Package Overview
Dependencies
Maintainers
1
Versions
581
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keplr-wallet/types - npm Package Compare versions

Comparing version 0.12.114 to 0.12.115-rc.0

build/wallet/eip6963.d.ts

2

build/chain-info.d.ts

@@ -24,3 +24,3 @@ import { Currency, AppCurrency, FeeCurrency } from "./currency";

readonly alternativeBIP44s?: BIP44[];
readonly bech32Config: Bech32Config;
readonly bech32Config?: Bech32Config;
readonly currencies: AppCurrency[];

@@ -27,0 +27,0 @@ /**

@@ -43,2 +43,3 @@ export declare enum EthSignType {

rpc: string;
websocket?: string;
}

@@ -45,0 +46,0 @@ export interface EthereumSignResponse {

export * from "./keplr";
export * from "./eip6963";

@@ -18,2 +18,3 @@ "use strict";

__exportStar(require("./keplr"), exports);
__exportStar(require("./eip6963"), exports);
//# sourceMappingURL=index.js.map

@@ -142,5 +142,6 @@ /// <reference types="node" />

isConnected(): boolean;
request<T>({ method, params, }: {
request<T = unknown>({ method, params, chainId, }: {
method: string;
params?: unknown[] | Record<string, unknown>;
params?: readonly unknown[] | Record<string, unknown>;
chainId?: string;
}): Promise<T>;

@@ -147,0 +148,0 @@ enable(): Promise<string[]>;

{
"name": "@keplr-wallet/types",
"version": "0.12.114",
"version": "0.12.115-rc.0",
"main": "build/index.js",

@@ -21,3 +21,3 @@ "author": "chainapsis",

},
"gitHead": "e5f409c5ea52ca353f50c670b53ad3078c08930b"
"gitHead": "7ca33dd8744560426aac4ffdf19dd63b255df91b"
}

@@ -25,3 +25,3 @@ import { Currency, AppCurrency, FeeCurrency } from "./currency";

readonly alternativeBIP44s?: BIP44[];
readonly bech32Config: Bech32Config;
readonly bech32Config?: Bech32Config;

@@ -28,0 +28,0 @@ readonly currencies: AppCurrency[];

@@ -47,2 +47,3 @@ export enum EthSignType {

rpc: string;
websocket?: string;
}

@@ -49,0 +50,0 @@

export * from "./keplr";
export * from "./eip6963";

@@ -262,8 +262,10 @@ import { ChainInfo, ChainInfoWithoutEndpoints } from "../chain-info";

request<T>({
request<T = unknown>({
method,
params,
chainId,
}: {
method: string;
params?: unknown[] | Record<string, unknown>;
params?: readonly unknown[] | Record<string, unknown>;
chainId?: string;
}): Promise<T>;

@@ -270,0 +272,0 @@

Sorry, the diff of this file is not supported yet

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