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