@emurgo/yoroi-lib
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -62,7 +62,7 @@ import { WasmFactory } from "./internals/utils/crypto"; | ||
export declare type ChainPoolInfoMap = Record<string, FullChainPoolInfo | null>; | ||
export declare type FullPoolIfo = { | ||
export declare type FullPoolInfo = { | ||
chain: FullChainPoolInfo | null; | ||
explorer: ExplorerPoolInfo | null; | ||
}; | ||
export declare type FullPoolInfoMap = Record<string, FullPoolIfo | null>; | ||
export declare type FullPoolInfoMap = Record<string, FullPoolInfo | null>; | ||
export declare class PoolInfoApi { | ||
@@ -76,3 +76,3 @@ private readonly apiUrl; | ||
*/ | ||
getSingleFullPoolInfo(hash: string): Promise<FullPoolIfo | null>; | ||
getSingleFullPoolInfo(hash: string): Promise<FullPoolInfo | null>; | ||
/** | ||
@@ -79,0 +79,0 @@ * @param hashes - an array of HEX pool key hashes |
{ | ||
"name": "@emurgo/yoroi-lib", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"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
342468