UNPKG

@leapwallet/embedded-wallet-sdk-react

Version:

A react library for integrating metamask snaps on a cosmos dApp

4 lines (3 loc) 227 B
export declare const coingeckoIdMap: Record<string, string>; export declare const getCoinPrice: () => Promise<number>; export declare function getEcosystemPrices(ecosystem: string): Promise<Record<string, number> | undefined>;