chaingate
Version:
A complete TypeScript library for connecting to and making transactions on different blockchains
5 lines • 322 B
JavaScript
import { PhraseWallet } from './implementations/PhraseWallet/PhraseWallet';
import { PrivateKeyWallet } from './implementations/PrivateKeyWallet/PrivateKeyWallet';
import { SeedWallet } from './implementations/SeedWallet/SeedWallet';
export { PhraseWallet, PrivateKeyWallet, SeedWallet };
//# sourceMappingURL=index.js.map