UNPKG

dappauth

Version:

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

4 lines (3 loc) 150 B
import { WalletReadyModule } from "../../interfaces"; declare function network(correctNetwork: number): WalletReadyModule; export default network;