@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 306 B
TypeScript
import { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
type LedgerExplorer = {
version: string;
id: string;
endpoint: string;
};
export declare const findCurrencyExplorer: (currency: CryptoCurrency) => LedgerExplorer | null | undefined;
export {};
//# sourceMappingURL=explorer.d.ts.map