UNPKG

@deficonnect/client

Version:
7 lines 330 B
import Connector from "@deficonnect/core"; import { IWalletConnectOptions, IPushServerOptions } from "@deficonnect/types"; declare class WalletConnect extends Connector { constructor(connectorOpts: IWalletConnectOptions, pushServerOpts?: IPushServerOptions); } export default WalletConnect; //# sourceMappingURL=index.d.ts.map