UNPKG

@ledgerhq/coin-hedera

Version:
4 lines 329 B
import type { AssetInfo } from "@ledgerhq/coin-module-framework/api/types"; import type { CryptoCurrency, TokenCurrency } from "@ledgerhq/types-cryptoassets"; export declare function getTokenFromAsset(currency: CryptoCurrency, asset: AssetInfo): Promise<TokenCurrency | undefined>; //# sourceMappingURL=getTokenFromAsset.d.ts.map