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

@shapeshiftoss/hdwallet-core

Package Overview
Dependencies
Maintainers
3
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapeshiftoss/hdwallet-core - npm Package Compare versions

Comparing version 0.18.10 to 0.18.11

12

dist/eos.d.ts

@@ -46,7 +46,7 @@ import { BIP32Path } from "./wallet";

}
export interface EosSignedTx {
signatureV?: number;
signatureR: Uint8Array | string;
signatureS: Uint8Array | string;
hash: Uint8Array | string;
export interface EosTxSigned {
signatureV: number;
signatureR: Uint8Array;
signatureS: Uint8Array;
hash: Uint8Array;
eosFormSig: string;

@@ -69,3 +69,3 @@ }

eosGetPublicKey(msg: EosGetPublicKey): Promise<string>;
eosSignTx(msg: EosToSignTx): Promise<Core.EosSignedTx>;
eosSignTx(msg: EosToSignTx): Promise<EosTxSigned>;
}
{
"name": "@shapeshiftoss/hdwallet-core",
"version": "0.18.10",
"version": "0.18.11",
"license": "MIT",

@@ -31,3 +31,3 @@ "publishConfig": {

},
"gitHead": "89ab036f2cc866a1d8c0e2cbfaf3e5efc93b6254"
"gitHead": "117eb5833f32731fc5698620dd6ce93a674f374f"
}
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