UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

9 lines (8 loc) 349 B
import { FiatCurrencies } from './Currencies/FiatCurrencies'; export { AllCurrencies, getCurrencyInfo } from './Currencies/CurrencyModules'; export * from './Wallet'; export * from './Currencies'; export { FiatCurrencies }; export * as initializeWallet from './InitializeWallet'; export * as castWallet from './CastWallet'; export * from './React';