UNPKG

@funkit/connect

Version:

Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.

5 lines (4 loc) 277 B
export declare const MELD_MIN_LIMIT_BUFFER = 5; export declare const getMeldProviderIconUrl: (provider: string) => string; /** Utilizes locale formatting to get currency symbol out of a currency code */ export declare const getCurrencySymbol: (currencyCode: string) => string;