UNPKG

@swtc/wallet

Version:
5 lines 174 B
import { Factory } from "./factory"; const Wallet = Factory("jingtum"); const KeyPair = Wallet.KeyPair; export { Factory, KeyPair, Wallet }; //# sourceMappingURL=index.js.map