@emurgo/yoroi-lib-core
Advanced tools
Comparing version 0.1.2-alpha.15 to 0.1.2-alpha.16
@@ -432,3 +432,3 @@ export declare const EXCEPTIONS: { | ||
export declare abstract class RewardAddresses extends Ptr { | ||
abstract to_bytes(): Promise<Uint8Array>; | ||
abstract toBytes(): Promise<Uint8Array>; | ||
abstract len(): Promise<number>; | ||
@@ -435,0 +435,0 @@ abstract get(index: number): Promise<RewardAddress>; |
{ | ||
"name": "@emurgo/yoroi-lib-core", | ||
"version": "0.1.2-alpha.15", | ||
"version": "0.1.2-alpha.16", | ||
"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
228045