UNPKG

@randombits/use-siwe

Version:

React hook and API endpoints that provide Sign In With Ethereum support

6 lines (3 loc) 169 B
import { NextApiRequest, NextApiResponse } from 'next'; declare const siweApi: () => (req: NextApiRequest, res: NextApiResponse) => Promise<void>; export { siweApi };