UNPKG

chaingate

Version:

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

9 lines 382 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'; //# sourceMappingURL=index.js.map