@emurgo/yoroi-lib-core
Advanced tools
Comparing version 0.0.1-alpha.8 to 0.0.1-alpha.9
@@ -571,3 +571,3 @@ export declare const EXCEPTIONS: { | ||
abstract kind(): Promise<number>; | ||
static fromBytes(bytes: Uint8Array): NativeScript; | ||
static fromBytes(bytes: Uint8Array): Promise<NativeScript>; | ||
} | ||
@@ -574,0 +574,0 @@ export declare abstract class NativeScripts extends Ptr { |
{ | ||
"name": "@emurgo/yoroi-lib-core", | ||
"version": "0.0.1-alpha.8", | ||
"version": "0.0.1-alpha.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
227502