UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

11 lines 437 B
import type { MoonPayCryptoCurrency, MoonPayFiatCurrency } from '../hooks/useMoonPayCurrencies.js'; export declare const convertSupportedCurrencies: (currencies?: [MoonPayCryptoCurrency | MoonPayFiatCurrency] | null) => { name: string; type: string; notAllowedCountries: string[]; notAllowedUSStates: string[]; code: string; chainId: string; contractAddress: string; }[]; //# sourceMappingURL=moonPay.d.ts.map