UNPKG

based-auth

Version:

A Next.js/Node.js authentication and wallet API kit for Ethereum and Solana, with utilities for serialization and contract interaction, designed for serverless and API route usage.

7 lines (6 loc) 225 B
import { INetwork } from '../../networks'; export declare function NetworkButton({ index, network, onClick, }: { index: number; network: INetwork; onClick: () => void; }): import("react/jsx-runtime").JSX.Element;