UNPKG

dappauth

Version:

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

6 lines (5 loc) 214 B
import { WalletModule } from "../../../interfaces"; declare function authereum(allowAuthAnalytics: boolean, projectId: string): (options: { networkId: number; }) => WalletModule; export default authereum;