bsv-wasm-bundler
Advanced tools
Comparing version 1.2.0-beta.3 to 1.2.0-beta.4
@@ -738,8 +738,12 @@ /* tslint:disable */ | ||
*/ | ||
extractCiphertext(): Uint8Array; | ||
getCiphertext(): Uint8Array; | ||
/** | ||
* @returns {Uint8Array} | ||
*/ | ||
extractHMAC(): Uint8Array; | ||
getHMAC(): Uint8Array; | ||
/** | ||
* @returns {CipherKeys | undefined} | ||
*/ | ||
getCipherKeys(): CipherKeys | undefined; | ||
/** | ||
* @returns {Uint8Array} | ||
@@ -1136,3 +1140,3 @@ */ | ||
*/ | ||
getPublicKey(): PublicKey; | ||
toPublicKey(): PublicKey; | ||
/** | ||
@@ -1139,0 +1143,0 @@ * |
@@ -7,3 +7,3 @@ { | ||
"description": "A Bitcoin SV library with WASM in mind.", | ||
"version": "1.2.0-beta.3", | ||
"version": "1.2.0-beta.4", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
684636
5238