@walletconnect/client
Version:
Client for WalletConnect
13 lines • 367 B
JavaScript
import Connector from "@walletconnect/core";
import * as cryptoLib from "@walletconnect/iso-crypto";
class WalletConnect extends Connector {
constructor(connectorOpts, pushServerOpts) {
super({
cryptoLib,
connectorOpts,
pushServerOpts,
});
}
}
export default WalletConnect;
//# sourceMappingURL=index.js.map