UNPKG

@ledgerhq/live-common

Version:
11 lines 534 B
import type { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets"; import type { CoinDescriptor, SendDescriptor } from "./types"; /** * Get the full descriptor for a given currency via the CurrencyBridge */ export declare function getDescriptor(currency: CryptoOrTokenCurrency | undefined): CoinDescriptor | null; /** * Get the send flow descriptor for a given currency */ export declare function getSendDescriptor(currency: CryptoOrTokenCurrency | undefined): SendDescriptor | null; //# sourceMappingURL=registry.d.ts.map