UNPKG
@undrground/auth
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Web3 Lukso authentication for NextJS. Built by the undrground team
@undrground/auth
/
client
/
index.d.ts
11 lines
(9 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
const
connectUP
:
() =>
Promise
<{
address
:
string
;
chainId
:
number
; }>;
declare
const
connectEOA
:
() =>
Promise
<{
address
:
string
;
chainId
:
number
; }>;
export
{ connectEOA, connectUP };