UNPKG

dappauth

Version:

A Plug-n-Play library for adding UI interface for adding decentralized authentication to your dapp.

4 lines (3 loc) 236 B
import { WalletConnectOptions, WalletModule } from "../../../interfaces"; declare function walletConnect(allowAuthAnalytics: boolean, projectId: string): (options: WalletConnectOptions) => WalletModule; export default walletConnect;