@emurgo/yoroi-lib-core
Advanced tools
Comparing version 0.0.1-alpha.3 to 0.0.1-alpha.4
@@ -499,7 +499,7 @@ export declare const EXCEPTIONS: { | ||
static new(): Promise<MetadataList>; | ||
static from_bytes(bytes: Uint8Array): Promise<MetadataList>; | ||
static fromBytes(bytes: Uint8Array): Promise<MetadataList>; | ||
abstract len(): Promise<number>; | ||
abstract get(index: number): Promise<TransactionMetadatum>; | ||
abstract add(item: TransactionMetadatum): Promise<void>; | ||
abstract to_bytes(): Promise<Uint8Array>; | ||
abstract toBytes(): Promise<Uint8Array>; | ||
} |
@@ -436,3 +436,3 @@ "use strict"; | ||
} | ||
static from_bytes(bytes) { | ||
static fromBytes(bytes) { | ||
throw exports.EXCEPTIONS.SHOULD_BE_OVERWRITTEN; | ||
@@ -439,0 +439,0 @@ } |
{ | ||
"name": "@emurgo/yoroi-lib-core", | ||
"version": "0.0.1-alpha.3", | ||
"version": "0.0.1-alpha.4", | ||
"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
215925