UNPKG

@ledgerhq/live-common

Version:
9 lines 306 B
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