@emurgo/yoroi-lib-core
Advanced tools
Comparing version 0.1.2-alpha.16 to 0.1.2-alpha.17
@@ -436,3 +436,3 @@ export declare const EXCEPTIONS: { | ||
abstract add(item: RewardAddress): Promise<void>; | ||
static fromBytes(bytes: Uint8Array): RewardAddresses; | ||
static fromBytes(bytes: Uint8Array): Promise<RewardAddresses>; | ||
static new(): Promise<RewardAddresses>; | ||
@@ -447,3 +447,3 @@ } | ||
static new(): Promise<Withdrawals>; | ||
static fromBytes(bytes: Uint8Array): Withdrawals; | ||
static fromBytes(bytes: Uint8Array): Promise<Withdrawals>; | ||
} | ||
@@ -450,0 +450,0 @@ export declare abstract class TransactionInputs extends Ptr { |
{ | ||
"name": "@emurgo/yoroi-lib-core", | ||
"version": "0.1.2-alpha.16", | ||
"version": "0.1.2-alpha.17", | ||
"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
228081