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.10.16 to 0.10.17-rc.0

build/ethereum.d.ts

1

build/index.d.ts

@@ -7,1 +7,2 @@ export * from "./currency";

export * from "./window";
export * from "./ethereum";

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

__exportStar(require("./window"), exports);
__exportStar(require("./ethereum"), exports);
//# sourceMappingURL=index.js.map
import { ChainInfo } from "../chain-info";
import { EthSignType } from "../ethereum";
import { BroadcastMode, AminoSignResponse, StdSignDoc, OfflineSigner, StdSignature } from "@cosmjs/launchpad";

@@ -49,2 +50,3 @@ import { DirectSignResponse, OfflineDirectSigner } from "@cosmjs/proto-signing";

verifyArbitrary(chainId: string, signer: string, data: string | Uint8Array, signature: StdSignature): Promise<boolean>;
signEthereum(chainId: string, signer: string, data: string | Uint8Array, type: EthSignType): Promise<Uint8Array>;
getOfflineSigner(chainId: string): OfflineSigner & OfflineDirectSigner;

@@ -51,0 +53,0 @@ getOfflineSignerOnlyAmino(chainId: string): OfflineSigner;

4

package.json
{
"name": "@keplr-wallet/types",
"version": "0.10.16",
"version": "0.10.17-rc.0",
"main": "build/index.js",

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

},
"gitHead": "779cebb08efcf062d23ba8bb2f577b0633723b6a"
"gitHead": "89498e14c4a94172510df65732de31d64eea2b38"
}

@@ -7,1 +7,2 @@ export * from "./currency";

export * from "./window";
export * from "./ethereum";
import { ChainInfo } from "../chain-info";
import { EthSignType } from "../ethereum";
import {

@@ -94,2 +95,9 @@ BroadcastMode,

signEthereum(
chainId: string,
signer: string,
data: string | Uint8Array,
type: EthSignType
): Promise<Uint8Array>;
getOfflineSigner(chainId: string): OfflineSigner & OfflineDirectSigner;

@@ -96,0 +104,0 @@ getOfflineSignerOnlyAmino(chainId: string): OfflineSigner;

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