Socket
Socket
Sign inDemoInstall

bsv-wasm-bundler

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0-beta.6 to 1.3.0-beta.7

28

bsv_wasm.d.ts

@@ -762,2 +762,10 @@ /* tslint:disable */

/**
* @param {Uint8Array} message
* @param {PublicKey} pub_key
* @param {Signature} signature
* @param {number} hash_algo
* @returns {boolean}
*/
static verify(message: Uint8Array, pub_key: PublicKey, signature: Signature, hash_algo: number): boolean;
/**
* @param {PrivateKey} private_key

@@ -795,10 +803,2 @@ * @param {Uint8Array} preimage

static privateKeyFromSignatureK(signature: Signature, public_key: PublicKey, ephemeral_key: PrivateKey, preimage: Uint8Array, hash_algo: number): PrivateKey;
/**
* @param {Uint8Array} message
* @param {PublicKey} pub_key
* @param {Signature} signature
* @param {number} hash_algo
* @returns {boolean}
*/
static verify(message: Uint8Array, pub_key: PublicKey, signature: Signature, hash_algo: number): boolean;
}

@@ -1652,2 +1652,6 @@ /**

/**
* @returns {boolean}
*/
is_coinbase_impl(): boolean;
/**
*

@@ -1773,2 +1777,6 @@ * * XT Method:

/**
* @returns {boolean}
*/
isCoinbase(): boolean;
/**
*

@@ -1959,2 +1967,6 @@ * * Returns the first output index that matches the given parameters, returns None or null if not found.

getFinalisedScript(): Script;
/**
* @returns {boolean}
*/
isCoinbase(): boolean;
}

@@ -1961,0 +1973,0 @@ /**

@@ -7,3 +7,3 @@ {

"description": "A Bitcoin SV library with WASM in mind.",
"version": "1.3.0-beta.6",
"version": "1.3.0-beta.7",
"license": "MIT",

@@ -10,0 +10,0 @@ "files": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc