UNPKG

@undrground/auth

Version:

Web3 Lukso authentication for NextJS. Built by the undrground team

11 lines (9 loc) 210 B
declare const connectUP: () => Promise<{ address: string; chainId: number; }>; declare const connectEOA: () => Promise<{ address: string; chainId: number; }>; export { connectEOA, connectUP };