UNPKG

@totle/web3connect

Version:

A single Web3 / Ethereum provider solution for all Wallets

9 lines 347 B
export interface IWalletConnectConnectorOptions { infuraId: string; bridge?: string; qrcode?: boolean; network?: string; } declare const ConnectToWalletConnect: (WalletConnectProvider: any, opts: IWalletConnectConnectorOptions) => Promise<unknown>; export default ConnectToWalletConnect; //# sourceMappingURL=walletconnect.d.ts.map