UNPKG

chaingate

Version:

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

13 lines 913 B
export { BitcoinWallet } from './implementations/BitcoinWallet/BitcoinWallet'; export { BitcoinCashWallet } from './implementations/BitcoinCashWallet/BitcoinCashWallet'; export { DogecoinWallet } from './implementations/DogecoinWallet/DogecoinWallet'; export { LitecoinWallet } from './implementations/LitecoinWallet/LitecoinWallet'; export { BitcoinTestnetWallet } from './implementations/BitcoinTestnetWallet/BitcoinTestnetWallet'; export { ArbitrumWallet } from './implementations/ArbitrumWallet'; export { AvalancheWallet } from './implementations/AvalancheWalet'; export { BnbWallet } from './implementations/BnbWallet'; export { EthereumWallet } from './implementations/EthereumWallet'; export { FantomWallet } from './implementations/FantomWallet'; export { PolygonWallet } from './implementations/PolygonWallet'; export { BaseWallet } from './implementations/BaseWallet'; //# sourceMappingURL=index.js.map