Socket
Socket
Sign inDemoInstall

@keplr-wallet/types

Package Overview
Dependencies
Maintainers
1
Versions
565
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.9.0 to 0.9.4-rc.0

2

build/wallet/keplr.d.ts

@@ -38,3 +38,3 @@ import { ChainInfo } from "../chain-info";

}, signOptions?: KeplrSignOptions): Promise<DirectSignResponse>;
sendTx(chainId: string, stdTx: StdTx, mode: BroadcastMode): Promise<Uint8Array>;
sendTx(chainId: string, tx: StdTx | Uint8Array, mode: BroadcastMode): Promise<Uint8Array>;
getOfflineSigner(chainId: string): OfflineSigner & OfflineDirectSigner;

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

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

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

},
"gitHead": "7b44031f1ca4f99e800b3b66bc5d7585197ea202"
"gitHead": "bd36b3afb6b291546b6c901280ef2295dabecd60"
}

@@ -68,3 +68,7 @@ import { ChainInfo } from "../chain-info";

chainId: string,
stdTx: StdTx,
/*
If the type is `StdTx`, it is considered as legacy stdTx.
If the type is `Uint8Array`, it is considered as proto tx.
*/
tx: StdTx | Uint8Array,
mode: BroadcastMode

@@ -71,0 +75,0 @@ ): Promise<Uint8Array>;

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