@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
11 lines • 534 B
TypeScript
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