UNPKG

coinforbarter-react-native

Version:

CoinForBarter ReactNative Library - Integrate cryptocurrency payments for goods and services in your Mobile App

10 lines (9 loc) 197 B
export interface CurrencyType { currency: string; symbol: string; abbreviation: string; isAvailable: boolean; code: number; networks: string[]; type: string; }